Re: Source code for a C99 frontend, and a concise and readable C++ Template Library.

Steven Su <steven.known@gmail.com>
Sun, 3 Aug 2014 23:13:08 -0700 (PDT)

          From comp.compilers

Related articles
Source code for a C99 frontend, and a concise and readable C++ Templat steven.known@gmail.com (Steven Su) (2014-08-04)
Re: Source code for a C99 frontend, and a concise and readable C++ Tem steven.known@gmail.com (Steven Su) (2014-08-03)
| List of all articles for this month |

From: Steven Su <steven.known@gmail.com>
Newsgroups: comp.compilers
Date: Sun, 3 Aug 2014 23:13:08 -0700 (PDT)
Organization: Compilers Central
References: 14-08-005
Injection-Date: Mon, 04 Aug 2014 06:13:10 +0000
Keywords: administrivia, C
Posted-Date: 05 Aug 2014 20:49:36 EDT

The download git address should be


git clone http://github.com/stevenknown/xocfe


> Hello, I have open source code of a C99 frontend, and a concise C++
> Template Library under 'src/com' directory.
> The C 99 frontend parses C file and output AST tree, the project can
> help you build your own
> C compiler without start from scratch.
>
> The concise C++ Template Library can be used to build whole compiler,
> or anyother project.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.