quip: Add initial lexer sources + example ref
Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
19
example/ref.quip
Normal file
19
example/ref.quip
Normal 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
|
||||
Reference in New Issue
Block a user