diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |