]> rethought.computer Git - sorel-lang.git/log
sorel-lang.git
2 months agosupport else (duh) keep/a1c045f24dff50d50332f44cd5e4a44396e7ff67
Bryan English [Wed, 28 Jan 2026 04:50:38 +0000 (23:50 -0500)]
support else (duh)

2 months agoadd cross-compiling to flake keep/782d6b7e3dfe73c9b96acc929f7d3102154c8607
Bryan English [Wed, 28 Jan 2026 04:50:38 +0000 (23:50 -0500)]
add cross-compiling to flake

2 months agoadd more complete fib-example keep/9529ebabe8a243bb3bc55531a49f9be4165411a5
Bryan English [Wed, 28 Jan 2026 04:50:38 +0000 (23:50 -0500)]
add more complete fib-example

2 months agoimports are now direct from specific module, so there can be name collisions keep/fc2ee9c7b6a850ac616c3bafdf1b7a0e7a08b06b
Bryan English [Mon, 26 Jan 2026 19:45:30 +0000 (14:45 -0500)]
imports are now direct from specific module, so there can be name collisions

2 months agocodegen simplification keep/58b087192b48dd77e86a5fef3c76d40cded6c456
Bryan English [Sat, 24 Jan 2026 05:13:50 +0000 (00:13 -0500)]
codegen simplification

2 months agono need to restore stack pointer if we're exiting keep/942b296c1adf7778e7476e8b7d1df4235cbb7af6
Bryan English [Fri, 23 Jan 2026 14:11:49 +0000 (09:11 -0500)]
no need to restore stack pointer if we're exiting

2 months agosupport backlash commentsw keep/678658de2fc998a1fb1588076b4b958ae5933083
Bryan English [Fri, 23 Jan 2026 04:38:22 +0000 (23:38 -0500)]
support backlash commentsw

2 months agotypo keep/7b34f5876f2b401e997f12423e9636d257cc02f0
Bryan English [Fri, 23 Jan 2026 04:24:08 +0000 (23:24 -0500)]
typo

2 months agoslightly more proper import system keep/4e090f351e7b5cb54b7958e12f56faef694206a1
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.

2 months agocorrect spacing keep/2a629db4149c98b7b606ba781c19b9c0bce5a0f7
Bryan English [Mon, 19 Jan 2026 21:31:59 +0000 (16:31 -0500)]
correct spacing

2 months agofinish arithmetic keep/c31ec01d1ad1593e98fa76efab112902aba7d639
Bryan English [Mon, 19 Jan 2026 21:28:09 +0000 (16:28 -0500)]
finish arithmetic

2 months agofix comments keep/ef6927232dce09d4d3616e136e72d2472f1a7e87
Bryan English [Mon, 19 Jan 2026 20:14:01 +0000 (15:14 -0500)]
fix comments

2 months agoqemu setup, plus some compiler cleanup keep/f7d5e56796f5c9008df29f40c3d19627756632c8
Bryan English [Mon, 19 Jan 2026 20:01:52 +0000 (15:01 -0500)]
qemu setup, plus some compiler cleanup

2 months agomostly complete asm generation keep/02e65853c456b7e0d9cb98180c96aac02b2f91a6
Bryan English [Mon, 19 Jan 2026 03:58:34 +0000 (22:58 -0500)]
mostly complete asm generation

2 months agostart of asm generating keep/67f2a1801d8eb77772b0ab455a05283108c2509a
Bryan English [Fri, 16 Jan 2026 03:06:59 +0000 (22:06 -0500)]
start of asm generating

2 months agoa working allocator keep/1a6c65dc6fac858f155a1491b4de814c00627935
Bryan English [Sun, 11 Jan 2026 04:24:38 +0000 (23:24 -0500)]
a working allocator

2 months agobetter error handling keep/1d9680853d9ef21e35cd6d2f094ff1d866194551
Bryan English [Fri, 9 Jan 2026 03:47:48 +0000 (22:47 -0500)]
better error handling

2 months agosystem calls keep/e74dae034b3c4b4869581221cb94a16231c24262
Bryan English [Thu, 8 Jan 2026 05:44:11 +0000 (00:44 -0500)]
system calls

2 months agorelative imports, properly keep/51ad71ca38c5c7a3c536326a3cc1aa40ae91a428
Bryan English [Thu, 8 Jan 2026 04:17:08 +0000 (23:17 -0500)]
relative imports, properly

2 months agomake imports actually work keep/7a8075bd221c17ae24fabc0462659b3bedbb7be5
Bryan English [Thu, 8 Jan 2026 04:15:53 +0000 (23:15 -0500)]
make imports actually work

2 months agoimplement import in hylo compiler keep/8927db4f8a319c21688cde162791c5d5195ce886
Bryan English [Sat, 3 Jan 2026 04:16:24 +0000 (23:16 -0500)]
implement import in hylo compiler

2 months agoworking interpreter for hylo keep/288fa6be44bc383d1ff3d59a46587e96d1c63fc0
Bryan English [Sat, 13 Dec 2025 05:08:39 +0000 (00:08 -0500)]
working interpreter for hylo