Commit Graph

114 Commits

Author SHA1 Message Date
Chuck Smith
f08b458325 optimizations
Some checks failed
Build / build (push) Successful in 10m47s
Publish Image / publish (push) Failing after 33s
Test / build (push) Failing after 6m42s
2024-04-02 14:54:08 -04:00
Chuck Smith
88e3330856 optimizations
Some checks failed
Build / build (push) Successful in 9m47s
Publish Image / publish (push) Failing after 49s
Test / build (push) Failing after 6m19s
2024-04-02 14:32:03 -04:00
Chuck Smith
07fd82b261 optimizations
Some checks failed
Build / build (push) Successful in 10m29s
Publish Image / publish (push) Failing after 31s
Test / build (push) Failing after 6m34s
2024-04-02 14:08:08 -04:00
Chuck Smith
4c9ec5aaaa server
Some checks failed
Build / build (push) Failing after 6m4s
Test / build (push) Failing after 6m33s
2024-04-02 12:21:41 -04:00
862119e90e lots o fixes
Some checks failed
Build / build (push) Successful in 9m50s
Publish Image / publish (push) Failing after 49s
Test / build (push) Successful in 10m55s
2024-04-01 18:18:45 -04:00
fe33fda0ab misc fixes
Some checks failed
Build / build (push) Successful in 10m45s
Publish Image / publish (push) Failing after 42s
Test / build (push) Successful in 11m9s
2024-04-01 17:44:15 -04:00
99f7553d67 refactor objects
Some checks failed
Publish Image / publish (push) Waiting to run
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-04-01 17:34:10 -04:00
803f330e82 simpler vm
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Successful in 11m8s
Publish Image / publish (push) Has been cancelled
2024-04-01 17:21:55 -04:00
f9e6e164b0 further improvements
Some checks failed
Build / build (push) Successful in 10m40s
Publish Image / publish (push) Failing after 34s
Test / build (push) Has been cancelled
2024-04-01 17:02:44 -04:00
Charles Smith
aebbe43999 Fix VM memory allocation optimizations by reducing what we allocate on the heap
Some checks failed
Build / build (push) Successful in 10m25s
Publish Image / publish (push) Failing after 39s
Test / build (push) Successful in 11m19s
2024-03-31 20:44:50 -04:00
Charles Smith
a85dc73954 Switching to wsl
Some checks failed
Build / build (push) Successful in 10m47s
Publish Image / publish (push) Failing after 30s
Test / build (push) Successful in 11m0s
2024-03-31 19:35:04 -04:00
Chuck Smith
7a32cce8a1 Refactor VM and next instruction and argument reading
Some checks failed
Build / build (push) Failing after 6m1s
Publish Image / publish (push) Failing after 38s
Test / build (push) Failing after 6m23s
2024-03-31 09:09:04 -04:00
Chuck Smith
c8de195ac8 Halt to halt the VM
Some checks failed
Build / build (push) Failing after 6m4s
Publish Image / publish (push) Failing after 25s
Test / build (push) Failing after 5m49s
2024-03-30 14:17:20 -04:00
Chuck Smith
3b6df3e813 Refactor VM and operators
Some checks failed
Build / build (push) Failing after 5m54s
Publish Image / publish (push) Failing after 44s
Test / build (push) Failing after 5m21s
2024-03-29 17:59:34 -04:00
Chuck Smith
7435a993d9 fix deprecation
Some checks failed
Build / build (push) Failing after 6m14s
Publish Image / publish (push) Failing after 36s
Test / build (push) Failing after 6m15s
2024-03-29 11:04:21 -04:00
Chuck Smith
12d43c9835 Refactor Type to be an int
Some checks failed
Publish Image / publish (push) Waiting to run
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-29 11:01:15 -04:00
Chuck Smith
f65d7bfb1c small changes
Some checks failed
Build / build (push) Failing after 5m28s
Publish Image / publish (push) Failing after 25s
Test / build (push) Failing after 5m23s
2024-03-29 08:18:24 -04:00
Chuck Smith
fb0cebaf56 bunch of changes
Some checks failed
Build / build (push) Failing after 5m54s
Publish Image / publish (push) Failing after 35s
Test / build (push) Failing after 5m46s
2024-03-28 17:19:23 -04:00
Chuck Smith
244b71d245 refactor how repl works
Some checks failed
Build / build (push) Failing after 5m26s
Publish Image / publish (push) Failing after 45s
Test / build (push) Failing after 5m54s
2024-03-28 16:51:54 -04:00
Chuck Smith
fc6ceee02c restructure project
Some checks failed
Build / build (push) Failing after 5m21s
Publish Image / publish (push) Failing after 32s
Test / build (push) Failing after 5m8s
2024-03-28 16:20:09 -04:00
Chuck Smith
362138ff2e VM to optimize currentFrame and add profiling
Some checks failed
Build / build (push) Failing after 5m50s
Publish Image / publish (push) Failing after 35s
Test / build (push) Failing after 5m30s
2024-03-28 15:53:00 -04:00
Chuck Smith
834de04635 blacklist certain tests
Some checks failed
Build / build (push) Failing after 6m10s
Publish Image / publish (push) Failing after 24s
Test / build (push) Failing after 6m1s
2024-03-28 15:14:05 -04:00
Chuck Smith
138df71cc8 build changes
Some checks failed
Publish Image / publish (push) Waiting to run
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-28 15:11:47 -04:00
Chuck Smith
fd8311b280 Add socket operations
Some checks failed
Build / build (push) Failing after 6m15s
Test / build (push) Failing after 6m6s
2024-03-28 14:11:51 -04:00
Chuck Smith
67c5b4cd66 Add file operations
Some checks failed
Build / build (push) Failing after 6m4s
Test / build (push) Has been cancelled
2024-03-28 14:00:21 -04:00
Chuck Smith
110152a139 module support
Some checks failed
Build / build (push) Successful in 10m22s
Test / build (push) Failing after 15m54s
2024-03-26 16:49:38 -04:00
Chuck Smith
6d234099d1 type checking and error handling for builtins improved.
Some checks failed
Build / build (push) Successful in 11m16s
Test / build (push) Failing after 17m0s
2024-03-25 16:18:08 -04:00
Chuck Smith
1c99d2198b Simplified Equality
Some checks failed
Build / build (push) Successful in 10m48s
Test / build (push) Failing after 17m11s
2024-03-24 17:11:48 -04:00
Chuck Smith
fea9fb9f64 array builtins
Some checks failed
Build / build (push) Successful in 14m31s
Test / build (push) Failing after 17m13s
2024-03-24 16:29:18 -04:00
Chuck Smith
3c66b980e7 Bitshift
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-24 16:22:11 -04:00
Chuck Smith
a08fc1520c more builtins 2024-03-24 16:03:08 -04:00
Chuck Smith
b4ba660704 rearrange builtins
Some checks failed
Build / build (push) Successful in 10m31s
Test / build (push) Failing after 39m25s
2024-03-24 14:00:22 -04:00
Chuck Smith
387bb80094 fix releaser tools
Some checks failed
Build / build (push) Successful in 10m0s
Test / build (push) Failing after 15m32s
2024-03-24 12:23:19 -04:00
Chuck Smith
005f3b6a13 release tool
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-24 12:19:13 -04:00
Chuck Smith
5574c23597 builtin file operations
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-24 12:15:25 -04:00
Chuck Smith
b2d5badb5a go releaser
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-24 12:13:07 -04:00
Chuck Smith
99cea83f57 Add tons of builtin helpers and array operations.
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-24 12:11:46 -04:00
Chuck Smith
c9d96236dd Added overloaded support for array * int
Some checks failed
Build / build (push) Successful in 10m20s
Test / build (push) Has been cancelled
2024-03-24 11:47:31 -04:00
Chuck Smith
803d717379 Added overloaded support for str * int
Some checks failed
Build / build (push) Successful in 10m36s
Test / build (push) Failing after 15m43s
2024-03-23 10:03:31 -04:00
Chuck Smith
16ca2acf49 Fix text
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-23 10:00:52 -04:00
Chuck Smith
ef8c8f8f04 bitwise operators and boolean operators
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-23 10:00:02 -04:00
Chuck Smith
cbb430b47d moulo
Some checks failed
Build / build (push) Successful in 9m45s
Test / build (push) Failing after 15m53s
2024-03-22 16:49:33 -04:00
Chuck Smith
6282075e66 bind expression (:=) instead of let
Some checks failed
Build / build (push) Successful in 10m26s
Test / build (push) Failing after 16m44s
2024-03-21 17:43:03 -04:00
Chuck Smith
66d5453ecc selectors support for hash
Some checks failed
Build / build (push) Successful in 10m20s
Test / build (push) Failing after 16m7s
2024-03-21 16:39:31 -04:00
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
43362475f9 seperated builtins
Some checks failed
Build / build (push) Successful in 10m0s
Test / build (push) Failing after 16m20s
2024-03-20 17:01:45 -04:00
Chuck Smith
f735215c28 Fix repl feedback
Some checks failed
Build / build (push) Successful in 9m50s
Test / build (push) Failing after 15m42s
2024-03-19 20:46:18 -04:00
Chuck Smith
e320cd1e68 string escapes
Some checks failed
Test / build (push) Waiting to run
Build / build (push) Has been cancelled
2024-03-19 20:39:55 -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
aa0582ed72 Basic String escape
Some checks failed
Build / build (push) Successful in 1m37s
Test / build (push) Failing after 11m57s
2024-03-19 16:41:44 -04:00