Parsing Code
This folder holds the code for the parser, split across multiple files:
- Binary operators: binops.c
- Container datatype literals: containers.c
- Control flow: controlflow.c
- Expressions: expressions.c
- File parsing: files.c
- Functions: functions.c
- Numbers/integers: numbers.c
- Statements: statements.c
- Suffix parsing rules: suffixes.c
- Text: text.c
- User type definitions: typedefs.c
- Type annotations: types.c
- Utility functions: utils.c