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-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