Commit Graph

14 Commits

Author SHA1 Message Date
5eb647d448 insert arguments into local space 2024-10-16 16:44:12 -04:00
7b01ac45fc re-implement lambdas 2024-10-16 16:38:28 -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
0de9652360 remove println debugging 2024-10-15 17:26:58 -04:00
7a9a122765 parser fix, errors inside of an array actually return the error 2024-10-15 17:23:12 -04:00
ea61007301 random whitespace removal 2024-10-15 16:29:38 -04:00
376055b73f fix: undefined functions in arrays 2024-10-15 15:14:24 -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
e0e33c868b add print builtin function 2024-10-15 00:28:39 -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