We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I compile the following program
let filename = Sys.argv.(1) let ast = Morsmall.parse_file filename let _ = Morsmall.pp_print_safe Format.std_formatter ast
on the file consisting of one line
{ echo "hello world";}
then I get
{ echo Fatal error: exception File "src/safePrinter.ml", line 37, characters 5-11: Assertion failed
It works when I remove the quotes in the input.
The text was updated successfully, but these errors were encountered:
Niols
No branches or pull requests
when I compile the following program
on the file consisting of one line
then I get
It works when I remove the quotes in the input.
The text was updated successfully, but these errors were encountered: