Qcc Versions Save

qcc is a small toy C compiler

v0.3

7 years ago

What's new?

  • this release has too many changes to explain.
  • However, as representative examples:
  1. LLVM is migrated 3.5 to 3.8.
  2. A preprocessor implemented almost correctly.
  • if you want to know more, should read the source code.
  • enjoy hacking!

v0.2

7 years ago

What's new?

  • This release has many changes. For example:
    1. Support most of preprocessors (a part of __VA_ARGS not supported)
    2. Be able to #include all of real header files
  • enjoy hacking!

v0.1

7 years ago
  • The first released of qcc