tomo/src
2025-04-01 14:59:47 -04:00
..
stdlib Fix accidental colorizing of print output 2025-04-01 14:59:47 -04:00
ast.c Move patterns into a module 2025-04-01 14:05:10 -04:00
ast.h Move patterns into a module 2025-04-01 14:05:10 -04:00
compile.c Move patterns into a module 2025-04-01 14:05:10 -04:00
compile.h Fix some relative import issues with compiled modules 2025-03-30 14:44:42 -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 Move patterns into a module 2025-04-01 14:05:10 -04:00
environment.h Move patterns into a module 2025-04-01 14:05:10 -04:00
parse.c Move patterns into a module 2025-04-01 14:05:10 -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 Move patterns into a module 2025-04-01 14:05:10 -04:00
typecheck.c Move patterns into a module 2025-04-01 14:05:10 -04:00
typecheck.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
types.c Remove threads and mutexed data from the language in favor of a 2025-03-31 02:11:03 -04:00
types.h Remove threads and mutexed data from the language in favor of a 2025-03-31 02:11:03 -04:00

Source Files

This directory contains the source files for the Tomo compiler: