• Joined on 2025-03-02
simon pushed to main at simon/naegling 2026-04-12 12:33:53 +00:00
0b2aa4e070 The tiniest bit of actual progress.
simon pushed to main at simon/naegling 2026-04-12 12:13:55 +00:00
114c64501a Renamed the whole project from Grendel (Beowulf's opponent) to Naegling (Beowulf's sword).
simon renamed repository from grendel to simon/naegling 2026-04-12 12:04:23 +00:00
simon pushed to main at simon/naegling 2026-04-09 09:03:43 +00:00
69d762645a Work on getting the memory model translated into Scheme.
f9cbc40e0a D'oh! My memory model is WRONG and I need to rethink.
74b47f4380 The Day 1 exercise now works. It did compile yesterday, but didn't link.
Compare 3 commits »
simon pushed to main at simon/naegling 2026-04-06 11:48:56 +00:00
643d255a21 Added all the error codes from the manual.
simon pushed to main at simon/naegling 2026-04-06 08:51:52 +00:00
882f991db4 Day 1. Assembly code is being generated, on a monkey see, monkey do basis;
simon pushed to master at simon/beowulf 2026-04-03 22:38:41 +00:00
9f051d837b Updated README to put the logo back in!
simon pushed to develop at simon/beowulf 2026-04-03 17:12:29 +00:00
d16a07c17b Tidying up while I try to fix the failing CONC unit test.
simon pushed to develop at simon/beowulf 2026-04-03 13:19:05 +00:00
a0a05786ae Added tooling to create a standalone binary, using one neat hack!
simon pushed to develop at simon/post-scarcity 2026-04-03 10:15:22 +00:00
f5f8e38b91 Added a note on things to read for the compiler.
simon commented on issue simon/post-scarcity#19 2026-04-01 16:14:16 +00:00
Simplify Lisp calling convention

Didn't auto-close on the commit message :-(

simon closed issue simon/post-scarcity#19 2026-04-01 16:14:16 +00:00
Simplify Lisp calling convention
simon pushed to develop at simon/post-scarcity 2026-04-01 16:13:23 +00:00
b6480aebd5 Converted everything to the new lisp calling convention.
f3a26bc02e Added bind; but mainly, tactical commit before changinh lisp calling
Compare 2 commits »
simon pushed to develop at simon/post-scarcity 2026-04-01 15:07:50 +00:00
9eb0d3c5a0 I think read will now read integers and symbols, but it's untested.
simon opened issue simon/post-scarcity#19 2026-04-01 09:14:41 +00:00
Simplify Lisp calling convention
simon pushed to develop at simon/post-scarcity 2026-04-01 07:51:06 +00:00
cc8e96eda4 Further small changes on the way to a reader.
simon pushed to develop at simon/post-scarcity 2026-03-31 19:10:35 +00:00
a302663b32 Well, I really made a mess with the last commit; this one sorts it out.
1196b3eb1d read isn't written yet, but I think all the building blocks I need for it are.
Compare 2 commits »
simon pushed to develop at simon/post-scarcity 2026-03-31 14:07:09 +00:00
364d7d2c7b Compiles again, now with bootstrap-layer print implemented, but not yet tested.
simon pushed to develop at simon/post-scarcity 2026-03-30 20:52:47 +00:00
2b22780ccf This once again does NOT compile. I've done work on macros; they don't work yet..
simon opened issue simon/post-scarcity#18 2026-03-30 14:25:14 +00:00
Consider converting from wchar_t to char32_t, everywhere.