index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pretty_print.ml
Age
Commit message (
Expand
)
Author
2014-04-15
Put conditional path information into constraint gathering so that checking u...
Kathy Gray
2014-04-10
more constraint resolution; and turning off some assert falses until I find o...
Kathy Gray
2014-04-08
Reduce redundant information in AST
Kathy Gray
2014-04-08
Try to reduce size of Lem output a little bit
Kathy Gray
2014-04-02
Fix bug that was throwing away the cast telling the interpreter to read a reg...
Kathy Gray
2014-04-02
Solve more constraints; fix up test suite bugs uncovered by solving more cons...
Kathy Gray
2014-03-31
Extend constraint checking, and add casts for base of a vector shifts (i.e. f...
Kathy Gray
2014-03-26
More steps towards solving and using constraint information
Kathy Gray
2014-03-26
Steps towards solving constraints
Kathy Gray
2014-03-23
Fix more unification bugs
Kathy Gray
2014-03-11
Change treatment of type abbreviations so that name and full type are availab...
Kathy Gray
2014-03-03
Fixing assorted bugs. Adding ability to put a type on the identifier being as...
Kathy Gray
2014-03-01
Fix printing bug on vector slicing that caused only one element to ever be sl...
Kathy Gray
2014-02-28
Correct bug in parsing and handling a['a:'b] types
Kathy Gray
2014-02-21
Add type annotations to lem grammar, including printing out the annotated ast...
Kathy Gray
2014-02-18
Adding explicit order to for loops
Kathy Gray
2014-01-08
Fix pretty-printing of switch-cases
Gabriel Kerneis
2013-12-19
pretty-print: missing quotes for num literals (lem)
Gabriel Kerneis
2013-12-19
pretty-print: pattern-matching of indexed vectors in Lem output
Gabriel Kerneis
2013-12-18
Tweak formatting in pretty printer, and resolve bugs.
Kathy Gray
2013-12-17
pretty-printer: fix union constructor application
Gabriel Kerneis
2013-12-16
pretty-printer: typo
Gabriel Kerneis
2013-12-13
Fix effect annotation pretty-printing
Gabriel Kerneis
2013-12-03
Syntax changes per discussion with Peter, as well as L2.ott document clean up.
Kathy Gray
2013-11-28
Updated syntax with working examples
Kathy Gray
2013-11-22
Syntax changes per discussions on Thursday.
Kathy Gray
2013-11-01
Moved metatheory grammars into l2_rules.ott
Kathy Gray
2013-10-10
Fix fundecl and block Lem pretty-printing
Gabriel Kerneis
2013-10-10
Interpreting all expressions except field assignment; pattern matching all ex...
Kathy Gray
2013-10-09
Adding memory writes. Cleaning up the let in the ott file to reflect what act...
Kathy Gray
2013-10-04
Missing case in pattern-matching
Gabriel Kerneis
2013-09-26
Adding undefined
Kathy Gray
2013-09-09
Fixes bugs in pretty printer to generate legal lem syntax; split ott grammar ...
Kathy Gray
2013-09-09
Pretty printer to Lem ast added; accessed by -lem_ast on the command line
Kathy Gray
2013-08-28
Fix bug in pattern pretty printing
Kathy Gray
2013-08-22
Pretty printer for whole AST; due to parenthesis not always being placed wher...
Kathy Gray
2013-08-20
more support for pretty printing
Kathy Gray
2013-08-20
Set some initial kind environments; start pretty printing
Kathy Gray