CommonML
CommonML copied to clipboard
TAPLArith fails with `unbound module "Lexer"`
MyProject builds fine though, but without any linebreaks in the output:
:~/clone/CommonML/ExampleProjects/MyProject$ ./_build_byte/MyProject/myProject.out
Inside of YourProject.YourProjectMod
Random number is smallerThanFourRandom number is biggerThanFourthis is a value from my internal utility modulemyUtilVal
Return String From testHelperFunction!
You're right. I had apparently been relying on previously autogenerated lexer.ml files in my src directory. Something's not triggering the yacc build path in build.js.