| Age | Commit message (Collapse) | Author |
|
|
|
(until location information is updated)
|
|
|
|
|
|
|
|
|
|
Added a copy of the current parser/lexer in parser2.mly and
lexer2.mll. They can be used with the -new_parser flag. Currently they
are just copies of the existing files.
|
|
|
|
|
|
Fixed a bug where existential constraint's weren't used to solve function quantifiers correctly
|
|
|
|
|
|
index, seems to work better for complex cases in ASL
|
|
|
|
considering possible casts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
unparseable sail code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
generation.
|
|
|
|
|
|
sail_new_tc
|
|
|
|
number of files
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also fixed substitution functions so as to not substitute captured kind identifiers
|
|
|
|
|
|
|
|
|
|
Ast_util.string_of_exp
|
|
Fixed some bugs in the initial check that caused valid code to fail to
parse
Add a nid utility function that creates an id n-expression, similar to
nvar, nconstant etc
|
|
|