remove unused
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user