tomo/src
2025-04-01 17:28:34 -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 Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -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
enums.c
enums.h
environment.c Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -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 Moved RNG out of the compiler and into a standalone library 2025-04-01 16:55:24 -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
structs.c
structs.h
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
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: