[lexer] DOT graph of lexer states: numbers, bools, and parens so far

This commit is contained in:
Eryn Wells 2018-09-03 10:43:41 -07:00
parent ebee8c8646
commit 4341268d0d
2 changed files with 76 additions and 0 deletions

2
doc/Makefile Normal file
View file

@ -0,0 +1,2 @@
lexer.pdf: lexer.dot
dot -Tpdf -O$@ $^