| Abbreviation | Meaning |
|---|---|
| ast | abstract syntax tree |
| const | constant |
| decl | declaration |
| expr | expression |
| func | function |
| id | identifier |
| int | integer |
| ir | intermediate representation |
| param | parameter |
| env | environment a.k.a symbol table |
| kvs | key-value pairs |
| Annot | annotation |