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

Steven Su <steven.known@gmail.com>
Mon, 4 Aug 2014 10:55:44 +0800

          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: Mon, 4 Aug 2014 10:55:44 +0800
Organization: Compilers Central
Keywords: C, C++, available
Posted-Date: 03 Aug 2014 23:02:16 EDT

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.


git clone https://ssh.github.com/stevenknown/xocfe


Post a followup to this message

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