/!\ WIP: Not funcional for now
This is the first implementation of a compiler for the C-Equal (C=) language.
The C-Equal (C=) language takes a subset of C, and adds a lot of configurability. Basically, we try to take the minimum working C stack, and leave all the higher level feature to be implemented in the default library.
The syntax is very much C-Like, using braces and semicolon, but it adds some sugar usually found in higher level languages while remaining as simple as possible.
For more details see 'syntax.md'.