FEA-Bench / testbed /lark-parser__lark /tests /test_templates_import.lark
hc99's picture
Add files using upload-large-folder tool
dee9fba verified
raw
history blame
89 Bytes
start: "[" sep{NUMBER, ","} "]"
NUMBER: /\d+/
%ignore " "
%import .grammars.templates.sep