C2 is a programming language created in 2012 by Bas van den Berg.
| #319on PLDB | 14Years Old |
git clone https://github.com/c2lang/c2compilerthe 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 |