C2 is a programming language created in 2012 by Bas van den Berg.
#311on PLDB | 12Years Old |
git clone https://github.com/c2lang/c2compiler
the c2 programming language
Feature | Supported | Example | Token |
---|---|---|---|
Unary Operators | ✓ | ||
Union Types | ✓ | ||
Strings | ✓ | ||
Structs | ✓ | ||
Enums | ✓ | ||
Directives | ✓ | ||
hasContinue | ✓ | ||
Constants | ✓ | ||
Conditionals | ✓ | ||
Comments | ✓ | ||
hasBreak | ✓ | ||
Booleans | ✓ | ||
Bitwise Operators | ✓ | ||
Binary Operators | ✓ | ||
Assignment | ✓ | ||
Access Modifiers | ✓ | ||
Constructors | X | ||
Classes | X | ||
Case Insensitive Identifiers | X | ||
hasBuiltInRegex | X | ||
hasBlobs | X |