Source Files
This directory contains the source files for the Tomo compiler:
- Abstract syntax trees: ast.c/ast.h
- Compilation: compile/
- Compilation logic for enums: enums.c/enums.h
- Compilation environments: environment.c/environment.h
- Parsing: parse/
- Compilation logic for structs: structs.c/structs.h
- The compiler executable: tomo.c/tomo.h
- Typechecking logic: typecheck.c/typecheck.h
- The datatype for representing Tomo types: types.c/types.h