Commit Graph

30 Commits

Author SHA1 Message Date
zongor 43ebed6553 update to opcodes, go with tunnels and syscals, partial refactor of memory, try out fixed size again 2025-08-29 22:02:19 -07:00
zongor f1edd4267f fix loop compile 2025-08-24 00:06:24 -07:00
zongor b21de2d1fc fixes, cleanup, type -> plex 2025-08-17 19:32:19 -07:00
zongor 63d67b5c0d move sdl to own thing, add array + plex handling 2025-08-16 21:51:23 -04:00
zongor c348ea3fdd add initial compiler 2025-08-03 16:03:25 -04:00
zongor 039de2a761 revert, maybe do this later its complicated enough as it is 2025-08-02 22:23:39 -04:00
zongor 933c76dc06 wip move to byte model 2025-07-29 23:51:41 -04:00
zongor 88dfbb098d start working on lexer 2025-07-27 13:11:44 -04:00
zongor 9326d12585 add lisp examples 2025-07-20 23:40:15 -04:00
zongor 5184b60136 split up code and memory 2025-07-20 11:17:28 -04:00
zongor 035397209d add more devices 2025-07-20 10:00:38 -04:00
zongor a9f3ec694c add string example 2025-07-19 20:20:28 -04:00
zongor 6b23fd2119 add sdl2 demo 2025-07-13 12:44:39 -04:00
zongor 27d9c3a686 break up into arch 2025-07-13 10:56:02 -04:00
zongor 66adb19578 cleanup 2025-07-13 09:35:11 -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 fefc9e803a throwing away a bunch of stuff, lets do the whole compiler inside the VM 2025-07-08 21:59:56 -04:00
zongor 7ec2f90d38 add function example 2025-07-05 23:29:07 -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 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 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