tomo/builtins
2024-09-04 21:02:37 -04:00
..
array.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
array.h For arrays, use implicit filename from macro 2024-09-04 05:04:45 -04:00
bool.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
bool.h Initial WIP first past 2024-09-02 18:47:39 -04:00
c_string.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
c_string.h Initial WIP first past 2024-09-02 18:47:39 -04:00
channel.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
channel.h Deprecate Where and change channel API to use a boolean front value 2024-09-03 03:53:36 -04:00
datatypes.h Syntax overhaul (comments back to #, print statments to !!), 2024-09-03 13:19:41 -04:00
files.c Overhaul of import syntax. Now everything uses use: use foo, `use 2024-08-22 14:02:48 -04:00
files.h Add syntax for "inline C(...)" 2024-05-18 16:31:34 -04:00
functions.c Document ask() 2024-09-04 15:03:54 -04:00
functions.h Add ask() as a way to get user input 2024-09-04 14:55:00 -04:00
halfsiphash.h
integers.c Unify parsing code to correctly handle parsing integers and numbers with 2024-09-04 16:08:34 -04:00
integers.h Unify parsing code to correctly handle parsing integers and numbers with 2024-09-04 16:08:34 -04:00
macros.h
memory.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
memory.h Initial WIP first past 2024-09-02 18:47:39 -04:00
nums.c Unify parsing code to correctly handle parsing integers and numbers with 2024-09-04 16:08:34 -04:00
nums.h Unify parsing code to correctly handle parsing integers and numbers with 2024-09-04 16:08:34 -04:00
pointer.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
pointer.h Initial WIP first past 2024-09-02 18:47:39 -04:00
range.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
range.h Fix ranges 2024-08-13 03:20:01 -04:00
table.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
table.h Implicit filename for table getting 2024-09-04 05:05:31 -04:00
text.c Add Text.map(pat, fn) 2024-09-04 21:02:37 -04:00
text.h Add Text.map(pat, fn) 2024-09-04 21:02:37 -04:00
thread.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
thread.h Initial WIP first past 2024-09-02 18:47:39 -04:00
tomo.h Partially working first draft of bigints 2024-08-13 01:30:25 -04:00
types.c Use Text("...") literal constructor instead of Text$from_str("...") 2024-09-03 15:00:28 -04:00
types.h Initial WIP first past 2024-09-02 18:47:39 -04:00
util.c Fix up CLI parsing 2024-09-03 21:09:11 -04:00
util.h Initial WIP first past 2024-09-02 18:47:39 -04:00