]>
rethought.computer Git - sorel-lang.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Bryan English [Fri, 23 Jan 2026 04:24:08 +0000 (23:24 -0500)]
typo
Bryan English [Tue, 20 Jan 2026 05:57:44 +0000 (00:57 -0500)]
slightly more proper import system
Words now need to be exported with `export word-name` to be used in
other modules.
Imports other than at the top level now work.
Bryan English [Mon, 19 Jan 2026 21:31:59 +0000 (16:31 -0500)]
correct spacing
Bryan English [Mon, 19 Jan 2026 21:28:09 +0000 (16:28 -0500)]
finish arithmetic
Bryan English [Mon, 19 Jan 2026 20:14:01 +0000 (15:14 -0500)]
fix comments
Bryan English [Mon, 19 Jan 2026 20:01:52 +0000 (15:01 -0500)]
qemu setup, plus some compiler cleanup
Bryan English [Mon, 19 Jan 2026 03:58:34 +0000 (22:58 -0500)]
mostly complete asm generation
Bryan English [Fri, 16 Jan 2026 03:06:59 +0000 (22:06 -0500)]
start of asm generating
Bryan English [Sun, 11 Jan 2026 04:24:38 +0000 (23:24 -0500)]
a working allocator
Bryan English [Fri, 9 Jan 2026 03:47:48 +0000 (22:47 -0500)]
better error handling
Bryan English [Thu, 8 Jan 2026 05:44:11 +0000 (00:44 -0500)]
system calls
Bryan English [Thu, 8 Jan 2026 04:17:08 +0000 (23:17 -0500)]
relative imports, properly
Bryan English [Thu, 8 Jan 2026 04:15:53 +0000 (23:15 -0500)]
make imports actually work
Bryan English [Sat, 3 Jan 2026 04:16:24 +0000 (23:16 -0500)]
implement import in hylo compiler
Bryan English [Sat, 13 Dec 2025 05:08:39 +0000 (00:08 -0500)]
working interpreter for hylo