added comments

This commit is contained in:
Andrew Segavac
2021-05-29 12:16:03 -06:00
parent 03fb361e0b
commit 806835f2b9
3 changed files with 4 additions and 1 deletions

View File

@@ -198,7 +198,9 @@ boring_grammar = r"""
%import common.SIGNED_INT
%import common.SIGNED_FLOAT
%import common.WS
%import common.CPP_COMMENT
%ignore WS
%ignore CPP_COMMENT
"""
next_sub_id = 0