Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 577 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 577 Bytes

/!\ WIP: Not funcional for now

C=

Compiler

This is the first implementation of a compiler for the C-Equal (C=) language.

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.

Syntax

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'.