remove unused

This commit is contained in:
ChUrl
2020-12-16 15:07:00 +01:00
parent c5aee78b7b
commit f621430f26

View File

@ -1,8 +0,0 @@
START: stmt
EPS: epsilon
TERM: expr if else then other
NTERM: stmt matched open
stmt -> matched | open
matched -> if expr then matched else matched | other
open -> if expr then stmt | if expr then matched else open