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
define
defined constructors should reside in the AST module, rather than just in the parser.
TypeChecker
Absyn
AbsynDef
Backends:
The text was updated successfully, but these errors were encountered:
[ #287 ] fixed for Haskell; moved definitions to Abs module
0cc7c33
[ #287 Haskell ] append _ to defs only if conflict with reserved word
a91bd13
[ #287 ] fixed for Agda: generate definitions in AST module
e5c882d
[ #287 ocaml ] move defined constructors from Par to Abs
7fcef49
[ #287 ] fixed for C++: defined constructors now in Absyn module
8984e91
6349a61
[ #363 #287 ] fixed for Java
fdbac3b
- do not invoke the type checker a second time - 'cons' needed in AbsynDef.java - sanitize Java keywords clashing with definitions
[ #363 #287 ] fixed for Ocaml: cons, sanitization of keywords
d67f07e
[ #363 #287 ] fixed for C++: cons, sanitization of keywords
2dbcb9b
andreasabel
No branches or pull requests
define
d constructors should reside in the AST module, rather than just in the parser.TypeChecker
to store the inferred types of the definition arguments.Absyn
, place in classAbsynDef
Backends:
The text was updated successfully, but these errors were encountered: