zongor
|
66adb19578
|
cleanup
|
2025-07-13 09:35:11 -04:00 |
zongor
|
7bcaa080b9
|
rename for better text highlight
|
2025-07-13 00:19:58 -04:00 |
zongor
|
e78a26a3c2
|
combine benchmarks with test
|
2025-07-13 00:18:25 -04:00 |
zongor
|
c4d1aec83f
|
more consistant naming
|
2025-07-13 00:15:36 -04:00 |
zongor
|
3e46c04513
|
add more examples
|
2025-07-13 00:12:27 -04:00 |
zongor
|
67a74f3417
|
more benchmarks
|
2025-07-12 23:51:45 -04:00 |
zongor
|
7598a93b31
|
add recursion, add benchmarks
|
2025-07-12 23:14:23 -04:00 |
zongor
|
19a69d3be5
|
fix jumps to be less weird
|
2025-07-10 21:46:29 -04:00 |
zongor
|
49f7189470
|
forgot to add this back
|
2025-07-08 22:02:46 -04:00 |
zongor
|
fefc9e803a
|
throwing away a bunch of stuff, lets do the whole compiler inside the VM
|
2025-07-08 21:59:56 -04:00 |
zongor
|
9c94e4a6ef
|
update documentation
|
2025-07-05 23:51:12 -04:00 |
zongor
|
7ec2f90d38
|
add function example
|
2025-07-05 23:29:07 -04:00 |
zongor
|
c63d149bdb
|
removed accidental copy
|
2025-07-05 19:11:36 -04:00 |
zongor
|
2f0d841d8d
|
update test examples
|
2025-07-05 19:10:32 -04:00 |
zongor
|
270eef83a2
|
rename to make more clear
|
2025-07-05 16:59:51 -04:00 |
zongor
|
7bff3208a0
|
fix str
|
2025-07-05 16:38:42 -04:00 |
zongor
|
f28dd417d9
|
pretty sure strings are still broken, but it runs at least
|
2025-07-05 15:54:33 -04:00 |
zongor
|
bcc61a93eb
|
WIP (untested) automatic string allocation, function call/return
|
2025-07-05 14:59:09 -04:00 |
zongor
|
0263d1511d
|
WIP function calls
|
2025-07-05 12:40:33 -04:00 |
zongor
|
aab4c887ca
|
add call frames, refactor to allow call frames to work, add debug
|
2025-06-27 13:06:06 -04:00 |
zongor
|
f909071287
|
Cleanup some stuff
|
2025-06-22 15:03:25 -04:00 |
zongor
|
a741a0c992
|
update docs, fix float jmp
|
2025-06-22 10:57:15 -04:00 |
zongor
|
457c77b6ab
|
update documentation
|
2025-06-21 23:32:41 -04:00 |
zongor
|
d27d4259aa
|
convert to register based instead of mem2mem
|
2025-06-21 23:20:29 -04:00 |
zongor
|
16117b9a3a
|
add hashmap as macro, Q16.16 -> float (implement later), general cleanup
|
2025-06-19 19:02:03 -04:00 |
zongor
|
fd9516bf7e
|
change back to MIT since using some stuff from craftingintepreters
|
2025-06-15 15:54:49 -04:00 |
zongor
|
0d958be440
|
add parser, compiler, breakout opcodes, fix test
|
2025-06-14 22:57:19 -04:00 |
zongor
|
697b6de2ff
|
add parser, fix comments
|
2025-06-14 19:05:19 -04:00 |
zongor
|
447886b037
|
add license header
|
2025-06-14 18:50:39 -04:00 |
zongor
|
6956ffa83e
|
update documentation to newest impl
|
2025-06-14 15:55:03 -04:00 |
zongor
|
8f6af5de8c
|
update example, update spec to follow new vm
|
2025-06-14 15:38:31 -04:00 |
zongor
|
6f5d9931d0
|
fix docs (forgot Dis)
|
2025-06-14 15:27:00 -04:00 |
zongor
|
ada524e6a4
|
fix docs (again)
|
2025-06-14 15:24:42 -04:00 |
zongor
|
6d2e31aa24
|
fix docs
|
2025-06-14 15:23:40 -04:00 |
zongor
|
70a6de687f
|
fix documentation, wrong license
|
2025-06-14 15:19:39 -04:00 |
zongor
|
29a6a3d471
|
refactor to reduce repeats
|
2025-06-14 14:54:38 -04:00 |
zongor
|
bf2609c6ee
|
add uint toS
|
2025-06-14 14:48:11 -04:00 |
zongor
|
d9ab352c68
|
small fixes
|
2025-06-14 14:42:25 -04:00 |
zongor
|
e8d0cd5e96
|
add Q16.16 real, uint32, and int32 opcodes
|
2025-06-14 14:38:04 -04:00 |
zongor
|
0cd92bb919
|
add emscripten wasm
|
2025-06-14 11:44:36 -04:00 |
zongor
|
381b6ebb9a
|
add magic to binary
|
2025-06-14 11:34:35 -04:00 |
zongor
|
838f3800cb
|
refactor to step intead of loop
|
2025-06-14 11:30:27 -04:00 |
zongor
|
4cb02c41d0
|
add float and int ==
|
2025-06-14 00:14:00 -04:00 |
zongor
|
d4d887e6a1
|
add float and int >,<,>=,<=
|
2025-06-14 00:10:24 -04:00 |
zongor
|
dc89a24701
|
move dump to debug
|
2025-06-13 21:50:43 -04:00 |
zongor
|
5107ac5df8
|
add direct char casting
|
2025-06-13 19:13:47 -04:00 |
zongor
|
6b7beadaeb
|
fix string handling
|
2025-06-13 16:22:37 -04:00 |
zongor
|
bb9e30a1c1
|
begin breaking up into modules, add wasm
|
2025-06-11 22:41:49 -04:00 |
zongor
|
244baf55f1
|
fix endianess
|
2025-06-08 23:45:54 -04:00 |
zongor
|
39b6a1f15f
|
add int2float and float2int conversion ops
|
2025-06-08 23:26:42 -04:00 |