tomo/src
2025-04-02 16:14:20 -04:00
..
stdlib Fix type casting issue 2025-04-01 17:28:34 -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 Bugfix for getting table default values 2025-04-02 15:46:17 -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 Syntax change: table types are now: {K=V; default=...} and tables 2025-04-02 16:14:20 -04:00
environment.h Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -04:00
parse.c Syntax change: table types are now: {K=V; default=...} and tables 2025-04-02 16:14:20 -04:00
parse.h Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -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 Fork the process when compiling libraries to avoid cross-contamination 2025-04-01 15:23:53 -04:00
typecheck.c Clean up and improve patterns 2025-04-01 15:15:28 -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: