quip: Add initial lexer sources + example ref

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-03-21 07:15:54 -04:00
parent 0fa8ad12ca
commit 6f7b4b5e31
6 changed files with 214 additions and 2 deletions

19
example/ref.quip Normal file
View File

@@ -0,0 +1,19 @@
.cc clang
.ld lld-link
CFLAGS ::
-Iinclude/
-mgeneral-regs-only
-ffreestanding
$CONF # expands to -D chain
~
.obiter echo $OBJ
.obiter objcopy -O binary $OBJ $OBJ.bin
.oblink
# configuration section
# these get
conf FOO : true
conf BAR : 123