Introduction - If you have any usage issues, please Google them yourself
This source code is a ecplise java project that contains a compiler project which compiles a self-defined programming language - SmallC - that it s syntax and semantic is very very like C Programming Language.
This project contains lexer and parser for syntax and semantic analysis. Also ANTLR had used for generating parser and lexer.