Commit Graph

139 Commits

Author SHA1 Message Date
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 59b330a4af Update test/loop.zrl 2025-07-30 18:00:23 -04:00
zongor 3fa9c6c0b8 Update test/loop.zrl 2025-07-30 18:00:03 -04:00
zongor 9491559683 Update test/fib.zrl 2025-07-30 17:14:16 -04:00
zongor fac9510c6e Update test/add.zrl 2025-07-30 17:06:59 -04:00
zongor 0cd9955358 Update docs/project-syntax-example/server.zrl 2025-07-30 17:04:56 -04:00
zongor e96e58fc8c Update docs/project-syntax-example/client.zrl 2025-07-30 16:58:37 -04:00
zongor 933c76dc06 wip move to byte model 2025-07-29 23:51:41 -04:00
zongor 7f73ea010d Update README.org 2025-07-28 23:39:21 -04:00
zongor 4fccd4d48d remove temporary malloc 2025-07-28 23:13:39 -04:00
zongor 7a7e5d3383 preformat logo 2025-07-28 22:55:01 -04:00
zongor 1828acb0d2 text logo 2025-07-28 22:52:26 -04:00
zongor 18badca050 update readme 2025-07-28 22:49:08 -04:00
zongor d57456d7b0 rename 2025-07-27 22:30:23 -04:00
zongor 7e6a063bdb fix lexer 2025-07-27 21:07:39 -04:00
zongor 88dfbb098d start working on lexer 2025-07-27 13:11:44 -04:00
Charles Kralapp c33265913e Update README.org 2025-07-25 19:08:08 -04:00
zongor 9326d12585 add lisp examples 2025-07-20 23:40:15 -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 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 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