A whole host of stuff

We now have a primitive and not fully tested parser for strings and
symbol sequences.  We record the lines and columns of each object on
the object for better compile time error handling.

I've also structured the code base in a slightly weirder fashion,
which makes my includes look nicer.  I've split up stuff quite a bit
to ensure code units are bit more focused.
This commit is contained in:
2026-01-22 21:25:30 +00:00
parent 4ec6dd8259
commit a977f01a2a
14 changed files with 678 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
;;; Directory Local Variables -*- no-byte-compile: t -*-
;;; For more information see (info "(emacs) Directory Variables")
((nil . ((compile-command . "make MODE=debug -B -k")
((nil . ((compile-command . "make MODE=debug -k")
(+license/license-choice . "MIT License")))
(c-mode . ((mode . clang-format))))