Commit Graph

20 Commits

Author SHA1 Message Date
zongor 2d72240652 add branchless jmps 2025-09-20 10:05:52 -07:00
zongor b8832a7116 Fix the syscalls, add strlen as an opcode 2025-09-20 08:44:02 -07:00
zongor dd7cc62a3e Refactor to varied length opcodes, update structure, fix Makefile, WIP: number toS 2025-09-17 23:16:38 -07:00
zongor 94a1375d51 Move some things, fix string to number 2025-09-09 22:50:03 -07:00
zongor 770d9d56ff Cleanup, get rid of all the prototyping stuff 2025-09-09 21:15:39 -07:00
zongor fde5c82d0d WORKING DEVICES!! 2025-09-02 22:57:48 -07:00
zongor 6be5a4d3f9 fix tests 2025-08-30 07:56:08 -07:00
zongor 0dedf5a2ad add better testing, flags, fix fib.zrl 2025-08-24 08:45:31 -07:00
zongor f1edd4267f fix loop compile 2025-08-24 00:06:24 -07:00
zongor 8aeeebc351 WIP change to store primitives in memory intead of code 2025-08-23 21:29:46 -07:00
zongor f6484ff378 Fix makefile, remove hello world test because now can compile it. 2025-08-03 18:09:20 -04:00
zongor 88dfbb098d start working on lexer 2025-07-27 13:11:44 -04:00
zongor 02702315cb new str embedding fn 2025-07-20 21:16:32 -04:00
zongor c43761a8da add zlc benchmarks 2025-07-20 19:12:41 -04:00
zongor 5184b60136 split up code and memory 2025-07-20 11:17:28 -04:00
zongor a9f3ec694c add string example 2025-07-19 20:20:28 -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 fefc9e803a throwing away a bunch of stuff, lets do the whole compiler inside the VM 2025-07-08 21:59:56 -04:00