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
Probably each expr should be followed by a new line. As we compile bigger and bigger programs, a one-line ast will not be readable.
The text was updated successfully, but these errors were encountered:
here's an example of what ocamldebug does:
sexpr: Sast.expr_typed = (Init ("key_sig", (Struct ("key_signature", [("scale", (Arr ([(LitFloat 261.63, Ast.Float); (LitFloat 293.66, Ast.Float); (LitFloat 329.63, Ast.Float); (LitFloat 349.23, Ast.Float); (LitFloat 392., Ast.Float); (LitFloat 440., Ast.Float); (LitFloat 493.88, Ast.Float)], Ast.Float), Ast.Array Ast.Float))]), Ast.Type "key_signature"), Ast.Mutable), Ast.Unit)
i remember there was some ocaml library that makes it easier to print indented stuff.
Sorry, something went wrong.
No branches or pull requests
Probably each expr should be followed by a new line. As we compile bigger and bigger programs, a one-line ast will not be readable.
The text was updated successfully, but these errors were encountered: