The Tomo programming language
Go to file
2024-02-17 17:44:17 -05:00
builtins Rename 'cord' to 'as_str' 2024-02-17 17:44:17 -05:00
docs Docs 2024-02-17 14:20:55 -05:00
.gitignore Initial working version of generic cord func 2024-02-12 00:18:55 -05:00
ast.c Major cleanup 2024-02-17 16:56:19 -05:00
ast.h Major cleanup 2024-02-17 16:56:19 -05:00
compile.c Fix up some builtins 2024-02-17 17:29:56 -05:00
compile.h Change compilation ordering by splitting into chunks 2024-02-13 14:42:33 -05:00
environment.c Major cleanup 2024-02-17 16:56:19 -05:00
environment.h Major cleanup 2024-02-17 16:56:19 -05:00
files.c Changes to string parsing 2024-02-11 19:30:02 -05:00
files.h Rename sss_* to just * 2024-02-11 19:06:42 -05:00
Makefile Fix up some builtins 2024-02-17 17:29:56 -05:00
nextlang.c Major cleanup 2024-02-17 16:56:19 -05:00
nextlang.h Tweak cord formatting 2024-02-17 14:47:14 -05:00
parse.c Major cleanup 2024-02-17 16:56:19 -05:00
parse.h Rename sss_* to just * 2024-02-11 19:06:42 -05:00
typecheck.c Add typechecking logic 2024-02-17 17:00:21 -05:00
typecheck.h Add typechecking logic 2024-02-17 17:00:21 -05:00
types.c Major cleanup 2024-02-17 16:56:19 -05:00
types.h Major cleanup 2024-02-17 16:56:19 -05:00
util.c Tweak cord formatting 2024-02-17 14:47:14 -05:00
util.h Minor cleanup 2024-02-17 14:54:19 -05:00