- Data Types:
int, float - Variable Declaration:
int a; float b; - Assignments:
a = 5; - Arithmetic Expressions:
+, -, *, / - Control Flow:
if(condition) { ... } else { ... }while (condition) { ...}
- Print Statement:
print()
ygsharma/mini-c-compiler
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|