Commit Graph

111 Commits

Author SHA1 Message Date
Chuck Smith ca4eed10b8 More tests
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
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
Build / build (push) Failing after 1m21s
Test / build (push) Has been cancelled
2024-03-18 17:02:36 -04:00
Chuck Smith 0f9638c971 debug for compilation flows
Build / build (push) Failing after 1m16s
Test / build (push) Has been cancelled
2024-03-18 16:58:54 -04:00
Chuck Smith 98c8582fdb Simplify return operation
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
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 83ad72a7fc comments
Build / build (push) Failing after 1m10s
Test / build (push) Failing after 11m40s
2024-03-16 19:31:23 -04:00
Chuck Smith 7463b3af39 fixed mutability
Build / build (push) Failing after 1m30s
Test / build (push) Failing after 12m1s
2024-03-15 15:50:11 -04:00
Chuck Smith 80f1a2d78c clone
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
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
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
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
Build / build (push) Failing after 1m40s
Test / build (push) Failing after 11m47s
2024-03-14 21:25:47 -04:00
Chuck Smith 36f04713bd fibonacci
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!!!
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
Build / build (push) Failing after 1m56s
Test / build (push) Failing after 2m33s
2024-03-13 17:08:17 -04:00
Chuck Smith e373e9f68a builtins
Test / build (push) Failing after 29m38s
Build / build (push) Failing after 1h2m55s
2024-03-12 16:35:24 -04:00
Chuck Smith 1d2c7f0a51 functions with arguments
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
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
Build / build (push) Failing after 1m36s
Test / build (push) Successful in 1m37s
2024-03-04 16:11:25 -05:00
Chuck Smith e56fb40f83 compile functions
Build / build (push) Failing after 1m57s
Test / build (push) Successful in 2m15s
2024-02-28 16:57:01 -05:00
Chuck Smith 4185926e3e indexes
Build / build (push) Failing after 5m57s
Test / build (push) Failing after 5m41s
2024-02-27 16:45:22 -05:00
Chuck Smith 0a1201f1bc hash
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
Build / build (push) Failing after 2m16s
Test / build (push) Failing after 1m46s
2024-02-26 15:47:24 -05:00
Chuck Smith e4bca02235 Strings
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
Build / build (push) Failing after 1m50s
Test / build (push) Failing after 1m25s
2024-02-20 16:24:59 -05:00
Chuck Smith e8254fc996 Globals to compiler 2024-02-20 16:07:01 -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 e34991c081 Repl uses VM 2024-01-25 14:23:23 -05:00
Chuck Smith ca263209a4 VM! 2024-01-25 11:35:16 -05:00
Chuck Smith fe78b7069b compiler! 2024-01-24 19:35:32 -05:00
Chuck Smith 423027cda0 examples 2024-01-22 20:52:58 -05:00
Chuck Smith ed4d23de2d utf8 support 2024-01-22 20:49:06 -05:00
Chuck Smith 94f7c01396 print 2024-01-22 20:43:31 -05:00
Chuck Smith 5536dbeaaa Hashes 2024-01-22 20:41:05 -05:00
Chuck Smith 069b5ba8cf arrays + builtins 2024-01-22 12:47:16 -05:00
Chuck Smith 6bb06370bb builtins 2024-01-21 11:41:17 -05:00
Chuck Smith 13c9062fed Strings 2024-01-20 13:20:13 -05:00
Chuck Smith 10821fc88a Eval complete 2024-01-20 11:16:56 -05:00
Chuck Smith 581573486c Merge remote-tracking branch 'origin/master' 2024-01-20 08:34:11 -05:00
Chuck Smith e3be13cb71 Environment and identifiers 2024-01-20 08:34:01 -05:00
Chuck Smith b76501c272 Evaluation and REPL 2024-01-20 08:30:34 -05:00
Chuck Smith 44d20ba7a0 Errors 2024-01-19 18:07:54 -05:00
Chuck Smith 7eba7471c8 Return statements 2024-01-19 17:50:02 -05:00
Chuck Smith e6d5567681 If statements 2024-01-19 15:46:10 -05:00