Commit Graph

12 Commits

Author SHA1 Message Date
283f5cdb41 re-implement lambdas 2024-10-16 16:34:36 -04:00
7dc88b8fb0 new function parsing 2024-10-16 15:30:38 -04:00
34077344ca add function parameters and type declarations 2024-10-16 01:14:26 -04:00
5701bf8268 add more bool operators 2024-10-15 18:22:48 -04:00
f571fac6f1 add lists
these will eventually become arrays when the type-system gets overhauled and makes it easier to implement new types and the functions and operators they support
2024-10-15 15:05:12 -04:00
f9f5cb40e9 new Runtime object 2024-10-15 00:47:20 -04:00
e0e33c868b add print builtin function 2024-10-15 00:28:39 -04:00
290393a62f use a box for hashmap 2024-10-14 23:59:33 -04:00
a1b76956dc use a box in executor 2024-10-14 21:55:34 -04:00
1e053f840e fix many warnings 2024-10-14 16:37:02 -04:00
c1a514dd9d documentation and cargo.toml changes 2024-10-14 16:26:56 -04:00
4994785233 initial commit 2024-10-14 16:13:22 -04:00