diff --git a/Grammar b/Grammar new file mode 100644 index 0000000..f378f69 --- /dev/null +++ b/Grammar @@ -0,0 +1,21 @@ + + + := EOF + + := + | SEP + + := let = + | + + := if then end + | if then else end + | while SEP end + | + | + | + + + := + +