Added a sample for the AST

This commit is contained in:
Eric-Paul Ickhorn 2023-11-28 16:02:08 +01:00
parent d9aa79239d
commit 0c220757df
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
<root> = <ref1>, "+", <ref2> | <ref1>, "-", <ref2>;