lexer debug utils
This commit is contained in:
parent
df3a8b58b0
commit
87fb5da13d
9 changed files with 89 additions and 3 deletions
5
makefile
5
makefile
|
|
@ -29,4 +29,7 @@ clean:
|
|||
run: $(TARGET)
|
||||
$(TARGET)
|
||||
|
||||
.PHONY: clean run
|
||||
test: $(TARGET)
|
||||
$(TARGET) --file test/lexer/1.in --dump-tokens
|
||||
|
||||
.PHONY: clean run test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue