• Joined on 2022-09-03
zongor pushed to main at zongor/undar-lang 2025-09-24 02:00:47 -04:00
2a6e428032 rename to make more sense
zongor pushed to main at zongor/undar-lang 2025-09-24 01:08:51 -04:00
f650e8110b add and fibbonacci examples now working
zongor pushed to main at zongor/undar-lang 2025-09-23 02:29:33 -04:00
77745c8880 WIP: nested labels, add, hello, and simple work now!
zongor pushed to main at zongor/undar-lang 2025-09-21 15:51:45 -04:00
2f08c6893c Fix hello.asm.lisp, update others
zongor pushed to main at zongor/undar-lang 2025-09-21 15:38:38 -04:00
91061fe3c0 First working prototype for assembler!
zongor pushed to main at zongor/undar-lang 2025-09-21 14:10:39 -04:00
6d1beb24ae Small fix to readme
zongor pushed to main at zongor/undar-lang 2025-09-21 14:09:09 -04:00
5fe2fdb4c3 Fix readme
zongor pushed to main at zongor/undar-lang 2025-09-21 14:07:52 -04:00
6a8a334903 Update readme and tests
zongor pushed to main at zongor/undar-lang 2025-09-21 14:06:35 -04:00
cf767b2401 Update readme
zongor pushed to main at zongor/undar-lang 2025-09-21 13:09:27 -04:00
3453b0fcd6 parser fixes
zongor pushed to main at zongor/undar-lang 2025-09-21 12:23:39 -04:00
37ce661648 Add Linux TUI example
zongor renamed repository from reality-engine to zongor/undar-lang 2025-09-21 12:20:19 -04:00
zongor pushed to main at zongor/undar-lang 2025-09-21 12:19:11 -04:00
299e36172b add newline for test, (terminal sometimes clears output without '\n')
zongor pushed to main at zongor/undar-lang 2025-09-21 12:16:06 -04:00
f6a2cd8de9 fix syscall, update opcodes, fix tests
zongor pushed to main at zongor/undar-lang 2025-09-20 17:56:08 -04:00
a1266b9008 fix tests, add lips benchmarks
zongor pushed to main at zongor/undar-lang 2025-09-20 16:49:32 -04:00
df9d19207c Reorganize, add tools for parser
zongor pushed to main at zongor/undar-lang 2025-09-20 15:49:19 -04:00
922959191d cleanup / prepwork for assembler.
zongor pushed to main at zongor/undar-lang 2025-09-20 13:06:02 -04:00
2d72240652 add branchless jmps
cf0318e96f rename acc -> flag since it really doesnt accumulate anything, could be confusing to devs
Compare 2 commits »
zongor pushed to main at zongor/undar-lang 2025-09-20 11:44:13 -04:00
b8832a7116 Fix the syscalls, add strlen as an opcode
zongor pushed to main at zongor/undar-lang 2025-09-18 02:26:57 -04:00
700b6fcb63 temp add old benchmarks