tomo/src
2025-03-30 13:40:04 -04:00
..
stdlib Fix printf specifiers on mac 2025-03-28 18:12:02 -04:00
ast.c Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
ast.h Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
compile.c Fix for including header files 2025-03-30 13:40:04 -04:00
compile.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
cordhelpers.c Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
cordhelpers.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
enums.c Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
enums.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
environment.c Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
environment.h Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00
parse.c Don't force inline C code to use ({...}) 2025-03-28 15:51:15 -04:00
parse.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
README.md Add src/README.md 2025-03-21 21:57:13 -04:00
repl.c Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
repl.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
structs.c Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
structs.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
tomo.c Fix ldflags 2025-03-28 18:22:50 -04:00
typecheck.c Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
typecheck.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
types.c Add compiler guards for GCC directives 2025-03-28 15:31:53 -04:00
types.h Deprecate custom printf specifiers in favor of print() function that 2025-03-27 17:26:51 -04:00

Source Files

This directory contains the source files for the Tomo compiler: