tomo/src
2025-04-07 03:21:58 -04:00
..
stdlib Move clamped() and is_between() to proper functions (not just macros) 2025-04-07 03:21:58 -04:00
ast.c Rename Array -> List in all code and docs 2025-04-06 22:45:02 -04:00
ast.h Add easter egg: ~colorized 2025-04-07 00:04:48 -04:00
compile.c Bugfix for declaring a variable from a function (not a closure) 2025-04-07 01:21:33 -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 Deprecate heap_strf 2025-04-03 15:19:59 -04:00
enums.h Move files into src/ and build into build/ 2025-03-21 21:43:51 -04:00
environment.c Add is_between() for various types 2025-04-07 01:17:02 -04:00
environment.h Rename Array -> List in all code and docs 2025-04-06 22:45:02 -04:00
parse.c Add easter egg: ~colorized 2025-04-07 00:04:48 -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 Rename Array -> List in all code and docs 2025-04-06 22:45:02 -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 Rename Array -> List in all code and docs 2025-04-06 22:45:02 -04:00
typecheck.c Add Byte.to() method and improved micro optimization of iterating over 2025-04-07 00:46:26 -04:00
typecheck.h First working compile of refactor to add explicit typing to declarations 2025-04-04 17:06:09 -04:00
types.c Add Byte.to() method and improved micro optimization of iterating over 2025-04-07 00:46:26 -04:00
types.h Rename Array -> List in all code and docs 2025-04-06 22:45:02 -04:00

Source Files

This directory contains the source files for the Tomo compiler: