Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 669 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 669 Bytes

Changelog

0.1.6

  • Make the project easy to compile using git submodules

0.1.5

  • Module dependency tree generation has been completed, automatically adds TU for imported headers
  • A bit of lexing was done, but is not tested

0.1.2

Features:

  • Finish all critical features of the preprocessor
  • Implement conditional code inclussion
  • Implement header inclussion

0.1.1

I took on the project again. The "compiler" is now able to perform macro expansions, but no proper conditional inclusion of code, and certainly not inclusion. For the time being, I do not plan to include any pragmas or useful extensions that other implementations provide :)