Commit Graph

35 Commits

Author SHA1 Message Date
Chuck Smith
d3471af03d int() bool() and str()
Some checks failed
Build / build (push) Successful in 9m45s
Test / build (push) Failing after 16m25s
2024-03-21 15:19:48 -04:00
Chuck Smith
be81b9a6d6 Change assignment into expressions
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-19 20:30:30 -04:00
Chuck Smith
97eeae0c1a Add null literal
Some checks failed
Build / build (push) Successful in 1m30s
Test / build (push) Has been cancelled
2024-03-19 16:33:13 -04:00
Chuck Smith
60d27f09d7 assert and test changes
Some checks failed
Build / build (push) Successful in 1m18s
Test / build (push) Failing after 11m19s
2024-03-19 08:15:11 -04:00
Chuck Smith
0b1ed43ae5 Demo changes
Some checks failed
Build / build (push) Successful in 2m1s
Test / build (push) Failing after 11m48s
2024-03-18 20:00:14 -04:00
Chuck Smith
ca4eed10b8 More tests
Some checks failed
Build / build (push) Failing after 1m26s
Test / build (push) Failing after 11m43s
2024-03-18 19:46:54 -04:00
Chuck Smith
c59ce311b0 clean up builtins
Some checks failed
Build / build (push) Failing after 1m29s
Test / build (push) Failing after 12m12s
2024-03-18 17:08:36 -04:00
Chuck Smith
5890a80daf assert stack is clean after test
Some checks failed
Build / build (push) Failing after 1m21s
Test / build (push) Has been cancelled
2024-03-18 17:02:36 -04:00
Chuck Smith
98c8582fdb Simplify return operation
Some checks failed
Build / build (push) Failing after 1m11s
Test / build (push) Failing after 11m42s
2024-03-18 16:33:39 -04:00
Chuck Smith
b47a39e1b2 Greater than and Less Than
Some checks failed
Build / build (push) Failing after 1m12s
Test / build (push) Failing after 11m29s
2024-03-18 16:17:13 -04:00
Chuck Smith
d454572870 debug 2024-03-16 20:02:57 -04:00
Chuck Smith
7463b3af39 fixed mutability
Some checks failed
Build / build (push) Failing after 1m30s
Test / build (push) Failing after 12m1s
2024-03-15 15:50:11 -04:00
Chuck Smith
80f1a2d78c clone
Some checks failed
Build / build (push) Failing after 1m45s
Test / build (push) Failing after 12m0s
2024-03-15 15:35:45 -04:00
Chuck Smith
2988719c9c reassign values
Some checks failed
Build / build (push) Failing after 1m46s
Test / build (push) Has been cancelled
2024-03-15 15:24:48 -04:00
Chuck Smith
c818591f79 add string comparison
Some checks failed
Build / build (push) Failing after 1m41s
Test / build (push) Failing after 11m44s
2024-03-15 14:20:04 -04:00
Chuck Smith
d7938e59e4 string like array access
Some checks failed
Build / build (push) Failing after 1m25s
Test / build (push) Has been cancelled
2024-03-15 14:14:34 -04:00
Chuck Smith
997f0865f4 Extra Features
Some checks failed
Build / build (push) Failing after 1m40s
Test / build (push) Failing after 11m47s
2024-03-14 21:25:47 -04:00
Chuck Smith
36f04713bd fibonacci
Some checks failed
Build / build (push) Failing after 2m11s
Test / build (push) Failing after 2m10s
2024-03-14 20:11:29 -04:00
Chuck Smith
cc78fee3c8 closures and they can recurse!!!
Some checks failed
Build / build (push) Failing after 1m35s
Test / build (push) Has been cancelled
2024-03-14 20:08:40 -04:00
Chuck Smith
78b560e457 Everything is a closure
Some checks failed
Build / build (push) Failing after 1m56s
Test / build (push) Failing after 2m33s
2024-03-13 17:08:17 -04:00
Chuck Smith
e373e9f68a builtins
Some checks failed
Build / build (push) Failing after 1h2m55s
Test / build (push) Failing after 29m38s
2024-03-12 16:35:24 -04:00
Chuck Smith
1d2c7f0a51 functions with arguments
Some checks failed
Build / build (push) Failing after 22s
Test / build (push) Failing after 22s
2024-03-12 15:53:35 -04:00
Chuck Smith
ec9a586f7f functions with bindings
Some checks failed
Build / build (push) Failing after 1m42s
Test / build (push) Successful in 2m27s
2024-03-08 14:19:20 -05:00
Chuck Smith
9d06c90e41 run functions
Some checks failed
Build / build (push) Failing after 1m36s
Test / build (push) Successful in 1m37s
2024-03-04 16:11:25 -05:00
Chuck Smith
4185926e3e indexes
Some checks failed
Build / build (push) Failing after 5m57s
Test / build (push) Failing after 5m41s
2024-02-27 16:45:22 -05:00
Chuck Smith
0a1201f1bc hash
Some checks failed
Build / build (push) Failing after 1m13s
Test / build (push) Failing after 2m1s
2024-02-26 16:59:37 -05:00
Chuck Smith
8721665bc1 array literals
Some checks failed
Build / build (push) Failing after 2m16s
Test / build (push) Failing after 1m46s
2024-02-26 15:47:24 -05:00
Chuck Smith
e4bca02235 Strings
Some checks failed
Build / build (push) Failing after 1m35s
Test / build (push) Failing after 1m31s
2024-02-21 16:29:53 -05:00
Chuck Smith
8caeaca559 VM globals
Some checks failed
Build / build (push) Failing after 1m50s
Test / build (push) Failing after 1m25s
2024-02-20 16:24:59 -05:00
Chuck Smith
6ba2d3abe4 Null my old friend 2024-02-07 16:02:06 -05:00
Chuck Smith
77401260a2 conditionals 2024-02-07 15:46:45 -05:00
Chuck Smith
cff4375649 prefix expressions 2024-02-07 10:51:09 -05:00
Chuck Smith
dcc869a6e2 comparisons and booleans 2024-02-05 16:58:59 -05:00
Chuck Smith
b4cc771baa Arithmetic 2024-01-26 12:13:23 -05:00
Chuck Smith
ca263209a4 VM! 2024-01-25 11:35:16 -05:00