Skip to content

Commit

Permalink
Update grammar.lark to not parse params ...
Browse files Browse the repository at this point in the history
... we'll handle this as library code instead
  • Loading branch information
andrewrosss committed Oct 24, 2023
1 parent dd1d408 commit f9f76c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/grammar.lark
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
start: body footer
start: data footer

body: params data
params: INT ~ 5
data: (info | "5000" | "6000" | INT)+ // 5000 and 6000 will be ignored

info: "5002" INFO_BODY "6002"
Expand Down

0 comments on commit f9f76c5

Please sign in to comment.