My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Links

Primarly created for EPITECH's compiler courses, I decided to publish this frontend to give some feedback on use of codeworker in a real project like create a C frontend.

This package constitued in:
  • Grammar script (CWP) to parse source in C language and create a normalized AST
  • A standard library to create AST node
  • A pretty printer
  • A standard library to patch AST node on the fly with incompleted chunk of C code usable to create template code.
Extensions of C supported:
  • K&R
  • C99
  • Windows style
  • Gnu style
Powered by Google Project Hosting