lang: Update map type definition to include a prefix

It turns out that some planned additions to the parser make it so that
the map type definition can be ambiguous. As a result, this patch
updates the definition so that the map definition is not confused with
an open curly bracket anywhere.

Thanks to pestle and stbenjamin for their help understanding yacc!
This commit is contained in:
James Shubin
2018-06-18 15:53:35 -04:00
parent 05f6ba7297
commit c4b97fadcc
13 changed files with 46 additions and 39 deletions

View File

@@ -11,6 +11,8 @@ cd "${ROOT}"
failures=''
# TODO: test examples/lang/ directory to see if the .mcl files compile correctly
buildout='test-examples.out'
# make symlink to outside of package
linkto="`pwd`/examples/lib/"