index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parse_ast.ml
Age
Commit message (
Expand
)
Author
2018-11-30
Improvements for ASL parser
Alasdair Armstrong
2018-11-07
Move inline forall in function definitions
Alasdair Armstrong
2018-10-31
Remove Parse_ast.Int, add unique locations
Alasdair Armstrong
2018-10-24
Add constraint synonyms
Alasdair Armstrong
2018-08-31
mappings: Support for unidirectional mapping clauses
Jon French
2018-08-16
Various cleanups to ott grammar
Alasdair Armstrong
2018-07-26
Some tweaks to not and or patterns
Alasdair Armstrong
2018-07-26
Patterns: add or and not patterns
Alastair Reid
2018-06-26
Add configuration registers so __SetConfig ASL can be translated
Alasdair Armstrong
2018-06-11
add 'pat as id' mapping-patterns
Jon French
2018-05-16
Add support for inline val-spec declaration for mappings
Jon French
2018-05-10
Merge branch 'sail2' into mappings
Jon French
2018-05-03
Flow typing and l-expression changes for ASL parser
Alasdair Armstrong
2018-05-02
scattered mappings
Jon French
2018-05-02
refactor string append pattern ast to be based on lists rather than pairs
Jon French
2018-05-01
add type annotation patterns to mpats
Jon French
2018-05-01
further progress
Jon French
2018-05-01
add mpats to asts
Jon French
2018-05-01
start of string pattern matching: currently only literals
Jon French
2018-05-01
Add anonymous record arms to unions
Jon French
2018-04-18
Rename BK_nat to BK_int to be consistent with source syntax
Alasdair Armstrong
2018-03-14
WIP Latex formatting
Alasdair Armstrong
2018-03-07
Make union types consistent in the AST
Alasdair Armstrong
2018-02-06
Improve destructuring existential types
Alasdair Armstrong
2018-01-25
Add simple conditional processing and file include
Alasdair Armstrong
2018-01-05
Added bitfield syntax to replicate register bits type
Alasdair Armstrong
2018-01-03
Lots of experimental changes on this branch
Alasdair Armstrong
2018-01-03
Updates to interpreter
Alasdair Armstrong
2018-01-02
Experimenting with power spec
Alasdair Armstrong
2017-12-13
Use big_nums from Lem
Alasdair Armstrong
2017-12-06
Add parsing for guards in function clauses
Brian Campbell
2017-12-05
Update license headers for Sail source
Alasdair Armstrong
2017-11-30
Improvements to enable parsing and checking intermediate rewriting
Alasdair Armstrong
2017-11-24
Use unbound precision big_ints throughout sail.
Alasdair Armstrong
2017-11-08
Allow functions to be selectively declared external only for some backends
Thomas Bauereiss
2017-11-08
Allow for different extern names for different backends
Alasdair Armstrong
2017-10-09
Improvements to menhir pretty printer and ocaml backend
Alasdair Armstrong
2017-10-06
Remove BK_effect constructor
Alasdair Armstrong
2017-10-04
Merge branch 'cleanup' into experiments
Alasdair Armstrong
2017-10-03
Fixes to new parser
Alasdair Armstrong
2017-09-26
Added while-do and repeat-until loops to sail for translating ASL
Alasdair Armstrong
2017-09-21
Refactored AST valspecs into single constructor
Alasdair Armstrong
2017-09-21
Remove unused kind_def (KD_) nodes from AST
Alasdair Armstrong
2017-09-21
Change NC_fixed to NC_equal to match NC_not_equal
Alasdair Armstrong
2017-09-21
Simplify AST by removing LB_val_explicit and replace LB_val_implicit with jus...
Alasdair Armstrong
2017-09-21
Cleaning up the AST and removing redundant and/or unused nodes
Alasdair Armstrong
2017-08-24
More work on undefined elimination pass.
Alasdair Armstrong
2017-08-16
Added the feature to bind type variables in patterns.
Alasdair Armstrong
2017-08-15
Added exceptions and try/catch blocks to AST and typechecker in order
Alasdair Armstrong
2017-08-07
Improvements to existentials for ASL parser
Alasdair Armstrong
[next]