Finish annotating test grammar, forced breaks, fixes
Forced breaks force a newline in a spot, which is sometimes what we want. (Like, this syntax should *never* be on a single line.)
This commit is contained in:
parent
938f0e5c69
commit
d7a6891519
6 changed files with 273 additions and 92 deletions
2
makefile
2
makefile
|
|
@ -4,4 +4,4 @@
|
|||
.PHONY: test
|
||||
test:
|
||||
python3 ./parser/parser.py
|
||||
pdm run pytest
|
||||
pdm run python3 -m pytest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue