m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..6585428 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,7 @@
+# Schmim
+
+An interpreter for a simple, statically-typed, functional language.
+
+## Grammar
+
+`schmim.bnfc` defines the grammar recognized by the Schmim parser.