• Joined on 2022-09-03
zongor pushed to feature/compiler at zongor/undar-lang 2025-11-09 16:22:55 -05:00
c90f236ab3 Refactor and rename to align with new IR better
zongor pushed to feature/compiler at zongor/undar-lang 2025-11-09 02:44:52 -05:00
99e2f2c0c3 some experimental syntax
zongor pushed to feature/compiler at zongor/undar-lang 2025-11-09 01:29:53 -05:00
a1197e8b43 fix small bug
zongor pushed to feature/compiler at zongor/undar-lang 2025-11-09 01:19:30 -05:00
1311659bed Add new IR language, update docs
zongor created branch feature/compiler in zongor/undar-lang 2025-11-04 20:10:17 -05:00
zongor pushed to feature/compiler at zongor/undar-lang 2025-11-04 20:10:17 -05:00
5d2aa1ad22 wip compiler stuff
zongor pushed to main at zongor/undar-lang 2025-11-03 16:39:47 -05:00
c5041f88e7 Update .gitattributes
zongor pushed to main at zongor/undar-lang 2025-10-26 17:52:58 -04:00
edb00d0a4c fix spelling
zongor pushed to main at zongor/undar-lang 2025-10-26 17:49:19 -04:00
739c3638a6 Code cleanup, add halt return type, add neg and abs ops, fix strings,
zongor pushed to main at zongor/undar-lang 2025-10-26 00:58:56 -04:00
feaebcec1d update all the high level test files
zongor pushed to main at zongor/undar-lang 2025-10-26 00:48:28 -04:00
32c0c5611f Update tests and roms to new device handling
c80481de76 Update devices to use file descriptor rather than handel. Create REFRESH syscall
Compare 2 commits »
zongor pushed to main at zongor/undar-lang 2025-10-25 16:59:15 -04:00
47d5bdd1d9 Setup demos for new compiler.
zongor pushed to main at zongor/undar-lang 2025-10-25 15:57:26 -04:00
de9ab028b5 Dark mode for web, documentation updates
zongor pushed to main at zongor/undar-lang 2025-10-25 15:15:40 -04:00
421cceba23 update examples in readme
zongor pushed to main at zongor/undar-lang 2025-10-25 15:13:47 -04:00
5d8688446e update paint programs
zongor pushed to main at zongor/undar-lang 2025-10-25 14:03:40 -04:00
54fc748d8d Some optimizations, also WIP paint program refactor
zongor pushed to main at zongor/undar-lang 2025-10-25 02:04:25 -04:00
3be8761930 WIP passing args and returning values from a function call. Updates to documentation, update logo
zongor pushed to main at zongor/dotfiles 2025-10-24 13:29:35 -04:00
26f029b6d5 Update .emacs
zongor pushed to main at zongor/undar-lang 2025-10-18 21:16:06 -04:00
790d7e8509 Add intial lexer back again, fix docs
zongor pushed to main at zongor/undar-lang 2025-10-18 19:54:14 -04:00
6c1bf1ff8c Fix tests, make auto compile for rom files