From 1e9cd551a6fd66b5528b7479427b52708c5af8e0 Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 21 Jul 2015 03:32:16 -0700 Subject: [PATCH] Add grammar of language to repo Preliminary, work in progress --- Grammar | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Grammar 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 + | + | + | + + + := + +