C2 is a programming language created in 2012 by Bas van den Berg.
git clone https://github.com/c2lang/c2compiler
#851on PLDB | 11Years Old |
the C2 programming language
Feature | Supported | Token | Example |
---|---|---|---|
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 |