-
5184b60136
split up code and memory
main
zongor
2025-07-20 11:17:28 -0400
-
035397209d
add more devices
zongor
2025-07-20 10:00:38 -0400
-
a9f3ec694c
add string example
zongor
2025-07-19 20:20:28 -0400
-
6b23fd2119
add sdl2 demo
zongor
2025-07-13 12:44:39 -0400
-
27d9c3a686
break up into arch
zongor
2025-07-13 10:56:02 -0400
-
66adb19578
cleanup
zongor
2025-07-13 09:35:11 -0400
-
7bcaa080b9
rename for better text highlight
zongor
2025-07-13 00:19:58 -0400
-
e78a26a3c2
combine benchmarks with test
zongor
2025-07-13 00:18:25 -0400
-
c4d1aec83f
more consistant naming
zongor
2025-07-13 00:15:36 -0400
-
3e46c04513
add more examples
zongor
2025-07-13 00:12:27 -0400
-
67a74f3417
more benchmarks
zongor
2025-07-12 23:51:45 -0400
-
7598a93b31
add recursion, add benchmarks
zongor
2025-07-12 23:14:23 -0400
-
19a69d3be5
fix jumps to be less weird
zongor
2025-07-10 21:46:29 -0400
-
49f7189470
forgot to add this back
zongor
2025-07-08 22:02:46 -0400
-
fefc9e803a
throwing away a bunch of stuff, lets do the whole compiler inside the VM
zongor
2025-07-08 21:59:56 -0400
-
9c94e4a6ef
update documentation
zongor
2025-07-05 23:51:12 -0400
-
7ec2f90d38
add function example
zongor
2025-07-05 23:29:07 -0400
-
c63d149bdb
removed accidental copy
zongor
2025-07-05 19:11:36 -0400
-
2f0d841d8d
update test examples
zongor
2025-07-05 19:10:32 -0400
-
270eef83a2
rename to make more clear
zongor
2025-07-05 16:59:51 -0400
-
7bff3208a0
fix str
zongor
2025-07-05 16:38:42 -0400
-
f28dd417d9
pretty sure strings are still broken, but it runs at least
zongor
2025-07-05 15:54:33 -0400
-
bcc61a93eb
WIP (untested) automatic string allocation, function call/return
zongor
2025-07-05 14:59:09 -0400
-
0263d1511d
WIP function calls
zongor
2025-07-05 12:40:33 -0400
-
aab4c887ca
add call frames, refactor to allow call frames to work, add debug
zongor
2025-06-27 13:06:06 -0400
-
f909071287
Cleanup some stuff
zongor
2025-06-22 15:03:25 -0400
-
a741a0c992
update docs, fix float jmp
zongor
2025-06-22 10:57:15 -0400
-
457c77b6ab
update documentation
zongor
2025-06-21 23:32:41 -0400
-
d27d4259aa
convert to register based instead of mem2mem
zongor
2025-06-21 23:20:29 -0400
-
16117b9a3a
add hashmap as macro, Q16.16 -> float (implement later), general cleanup
zongor
2025-06-19 19:02:03 -0400
-
fd9516bf7e
change back to MIT since using some stuff from craftingintepreters
zongor
2025-06-15 15:54:49 -0400
-
0d958be440
add parser, compiler, breakout opcodes, fix test
zongor
2025-06-14 22:57:19 -0400
-
697b6de2ff
add parser, fix comments
zongor
2025-06-14 19:05:19 -0400
-
447886b037
add license header
zongor
2025-06-14 18:50:39 -0400
-
6956ffa83e
update documentation to newest impl
zongor
2025-06-14 15:55:03 -0400
-
8f6af5de8c
update example, update spec to follow new vm
zongor
2025-06-14 15:38:31 -0400
-
6f5d9931d0
fix docs (forgot Dis)
zongor
2025-06-14 15:27:00 -0400
-
ada524e6a4
fix docs (again)
zongor
2025-06-14 15:24:42 -0400
-
6d2e31aa24
fix docs
zongor
2025-06-14 15:23:40 -0400
-
70a6de687f
fix documentation, wrong license
zongor
2025-06-14 15:19:39 -0400
-
29a6a3d471
refactor to reduce repeats
zongor
2025-06-14 14:54:38 -0400
-
bf2609c6ee
add uint toS
zongor
2025-06-14 14:48:11 -0400
-
d9ab352c68
small fixes
zongor
2025-06-14 14:42:25 -0400
-
e8d0cd5e96
add Q16.16 real, uint32, and int32 opcodes
zongor
2025-06-14 14:38:04 -0400
-
0cd92bb919
add emscripten wasm
zongor
2025-06-14 11:44:36 -0400
-
381b6ebb9a
add magic to binary
zongor
2025-06-14 11:34:35 -0400
-
838f3800cb
refactor to step intead of loop
zongor
2025-06-14 11:30:27 -0400
-
4cb02c41d0
add float and int ==
zongor
2025-06-14 00:14:00 -0400
-
d4d887e6a1
add float and int >,<,>=,<=
zongor
2025-06-14 00:10:24 -0400
-
dc89a24701
move dump to debug
zongor
2025-06-13 21:50:43 -0400
-
5107ac5df8
add direct char casting
zongor
2025-06-13 19:13:47 -0400
-
6b7beadaeb
fix string handling
zongor
2025-06-13 16:22:37 -0400
-
bb9e30a1c1
begin breaking up into modules, add wasm
zongor
2025-06-11 22:41:49 -0400
-
244baf55f1
fix endianess
zongor
2025-06-08 23:45:54 -0400
-
39b6a1f15f
add int2float and float2int conversion ops
zongor
2025-06-08 23:26:42 -0400
-
af01b5afae
quick-n-dirty num to str
zongor
2025-06-08 18:07:19 -0400
-
a1c74760a1
add fat pointers for strings, update makefile, test
zongor
2025-06-08 16:41:53 -0400
-
2817e940e1
delete test, add combined type
zongor
2025-06-08 15:24:43 -0400
-
cdf21dd5cf
add more opcodes to test mem2mem
zongor
2025-06-08 12:20:55 -0400
-
5d15aa1c57
fix minor things, add inital opcode, add mem2mem test
zongor
2025-06-08 00:30:52 -0400
-
f1f84e0fe5
formatting
zongor
2025-06-01 00:01:27 -0400
-
a6e254a100
gui example, server socket example
zongor
2025-05-31 23:56:07 -0400
-
96785dcd22
Update README.org
zongor
2025-05-24 23:42:33 -0400
-
86275db2b1
Update README.org
zongor
2025-05-24 23:41:55 -0400
-
183e3d5400
Update README.org
zongor
2025-05-24 23:41:08 -0400
-
f4cf1a457a
update readme, spec, example
zongor
2025-05-24 23:27:01 -0400
-
775a3aef4b
use vec3
zongor
2025-05-17 22:39:35 -0400
-
ffbf044734
refine language a bit
zongor
2025-05-17 22:37:45 -0400
-
52c33178d3
start from scratch with own code
zongor
2025-05-11 18:54:31 -0400
-
ae665d89ed
migrate old compiler, hack on that instead
zongor
2025-05-04 14:51:38 -0400
-
9d65790e5d
add logical ops, add numbers
zongor
2025-05-04 14:08:21 -0400
-
bf38431165
add scanner, compiler
zongor
2025-05-04 12:55:28 -0400
-
fb6cc45f83
add math ops
zongor
2025-05-03 23:39:57 -0400
-
5a1a399d4f
add vm
zongor
2025-05-03 23:18:20 -0400
-
72c5830637
add line numbers
zongor
2025-05-03 21:28:34 -0400
-
a2e5d43e1e
add constants
zongor
2025-05-03 21:24:45 -0400
-
119edcbadd
update readme
zongor
2025-05-03 21:11:09 -0400
-
231c246632
update readme
zongor
2025-05-03 21:08:56 -0400
-
58f7e30357
add initial compiler, add tests
zongor
2025-05-03 21:07:19 -0400
-
281211d150
delete old files
zongor
2025-05-03 20:34:55 -0400
-
00e7037128
add v6 syntax\, reorganize stuff
zongor
2025-05-03 20:19:30 -0400
-
49b33cdbfd
no toc
zongor
2025-04-19 14:41:00 -0400
-
e93defdcf0
convert to org mode
zongor
2025-04-19 14:37:14 -0400
-
acedcb1e23
accidentally flipped v2 and v3, fixed
zongor
2025-04-19 14:29:52 -0400
-
9c1d79812d
add v3
zongor
2025-04-19 13:51:32 -0400
-
33dd1cb809
add machine docs, add gitignore
zongor
2025-02-08 22:50:46 -0500
-
8f4ff99635
reorder immutable
zongor
2025-01-26 10:16:40 -0500
-
47edc8909a
setting type was in old style
zongor
2025-01-26 10:11:13 -0500
-
aa8b861538
fix const example
zongor
2025-01-26 10:03:40 -0500
-
4e3de8bdb1
move to stack based model
zongor
2025-01-26 10:00:40 -0500
-
d93b4d8dc6
more examples
zongor
2025-01-25 15:14:00 -0500
-
521c3c9bad
get rid of null
zongor
2025-01-05 17:02:13 -0500
-
73e2ddae69
wip new project example
zongor
2025-01-05 16:58:55 -0500
-
8c9e574a5e
move stuff into docs, rewrite spec, edit readme
zongor
2024-12-31 18:28:46 -0500
-
7ae64fb165
move stuff, add client experiment
zongor
2024-12-23 18:37:26 -0500
-
be7a3e731b
add more ideas
zongor
2024-12-07 20:41:02 -0500
-
68ab786d8a
c like idea
zongor
2024-12-07 18:59:00 -0500
-
1202fdc1dd
Bunch of random ideas
zongor
2024-12-07 18:44:29 -0500
-
b4cfe77743
Update README.md
zongor
2024-09-08 11:49:13 -0400
-
cf20daa6a1
Update SPECIFICATION.MD
zongor
2024-07-20 16:10:03 -0400