README.md 594 B

uncc

a minimal C language style compiler in C

About

This is a experiment with a very minimal C compiler

  • only if() and goto statments
  • only int and void datatype
  • extra easy ast
  • simplec tool to convert for() and while() loops into if() statements
  • called uncc because it does only handle unloop'ed C source
  • to generate wasm web assembly source code

Usage

To be done

License

This is GNU GPL Version 3+ Free Software

SPDX-License-Identifier: GPL-3.0+
License-Filename: LICENSE

gplv3

Made in 🇳🇱