cubicaltt
cubicaltt copied to clipboard
cubical.exe does not support {- -} comments
cubical.exe does not apparently support block comments using {- ... -}. In particular, demo.ctt crashes on a parse error at line 2, but other files seem to load just fine.
Very strange. It is working for me. I suspect that you have an old version of BNFC:
http://hackage.haskell.org/package/BNFC
We are using this tool to generate the parser. I have version 2.8.1 of BNFC and there is no problem for me to load demo.ctt
.