The Tomo programming language
Go to file
2024-02-12 01:46:32 -05:00
builtins Deprecate Char type 2024-02-12 00:41:49 -05:00
docs Improved strings and docs 2024-02-11 21:44:06 -05:00
metamethods Add placeholder for stringifying arrays of unknown type 2024-02-12 01:36:46 -05:00
.gitignore Initial working version of generic cord func 2024-02-12 00:18:55 -05:00
ast.c Deprecate Char type 2024-02-12 00:41:49 -05:00
ast.h Deprecate Char type 2024-02-12 00:41:49 -05:00
compile.c Compile struct constructors and field accesses 2024-02-12 01:46:32 -05:00
compile.h Changes to string parsing 2024-02-11 19:30:02 -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 Deprecate Char type 2024-02-12 00:41:49 -05:00
nextlang.c Initial working version of generic cord func 2024-02-12 00:18:55 -05:00
nextlang.h Add placeholder for stringifying arrays of unknown type 2024-02-12 01:36:46 -05:00
parse.c Tweak doctest formatting 2024-02-11 23:11:47 -05:00
parse.h Rename sss_* to just * 2024-02-11 19:06:42 -05:00
types.c Deprecate Char type 2024-02-12 00:41:49 -05:00
types.h Deprecate Char type 2024-02-12 00:41:49 -05:00
util.c Initial commit 2024-02-04 15:23:59 -05:00
util.h More features and progress 2024-02-08 00:52:18 -05:00