index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
parser.mly
Age
Commit message (
Expand
)
Author
2017-07-24
Added cons patterns to sail
Alasdair Armstrong
2017-07-21
Improvements to sail n_constraints
Alasdair Armstrong
2017-07-19
Better pretty printing for sail functions with no inline type annotations
Alasdair Armstrong
2017-07-18
Added real number literals to sail, to better support full ASL translation
Alasdair Armstrong
2017-07-17
Added pattern guards to sail
Alasdair Armstrong
2017-07-13
Improved type inference for let statements and assignments with type annotate...
Alasdair Armstrong
2017-07-12
Various small changes
Alasdair Armstrong
2017-07-12
Fixed parser to parse 2** nexp expressions properly
Alasdair Armstrong
2017-06-29
Created prelude.sail for initial typing environment
Alasdair Armstrong
2017-06-28
User defined overloaded operators
Alasdair Armstrong
2017-06-28
Improvements to implicit type casting
Alasdair Armstrong
2017-06-23
Support for more sail constructs
Alasdair Armstrong
2017-05-24
Merge branch 'master' of bitbucket.org:Peter_Sewell/sail
Shaked Flur
2017-05-24
added the exmem effect for AArch64 store-exclusive
Shaked Flur
2017-05-24
Change types of MEMr_tag, MEMval_tag and co. so that tag is separate from dat...
Robert Norton
2017-02-03
fix headers
Peter Sewell
2016-08-05
Fix list parsing and empty vector parsing
Kathy Gray
2016-07-23
Add a return exp form to Sail, supported in type checker and in interpreter.
Kathy Gray
2016-05-27
Fix parsing of sizeof and some printing issues with let
Kathy Gray
2016-05-27
Add sizeof to sail. Documentation to follow
Kathy Gray
2016-04-25
Make interpreter able to read registers during translate address and decode.
Kathy Gray
2016-03-16
more small fixes
Kathy Gray
2016-03-02
Add new language feature to permit definitions of items of kind Nat, etc as w...
Kathy Gray
2016-02-23
Several fixes
Kathy Gray
2016-02-04
add mod_s to lexer and parser
Kathy Gray
2016-01-06
Add new assert expression to Sail
Kathy Gray
2015-06-24
Support new memory write events in the sail front end and pretty printer
Kathy Gray
2015-05-13
Add dynamic footprint dependency check event/outcome
Kathy Gray
2015-04-08
Fixes for power compilation reworking
Kathy Gray
2015-03-26
Add subtraction to nexp grammar (removing the need to do a + (-1 * b))
Kathy Gray
2015-01-12
Add specialised support for numeric singleton types (i.e. what used to be ran...
Kathy Gray
2014-11-22
signed multiplication and quot
Kathy Gray
2014-11-21
Support signed and unsigned arithmetic
Kathy Gray
2014-08-27
Changes to get another (slightly larger) executable running;
Kathy Gray
2014-07-29
A file can now declare that a default order is either inc or dec, and this wi...
Kathy Gray
2014-07-14
Initial support for aliases and exit through the type system and the interpre...
Kathy Gray
2014-07-04
Force end-of-input when parsing expression list
Gabriel Kerneis
2014-07-03
Parse list of expressions in Sail_lib
Gabriel Kerneis
2014-07-03
Introduce a Sail library
Gabriel Kerneis
2014-06-26
Adding better support for unspecified values in indexed vectors
Kathy Gray
2014-06-25
Add support for memory barrier
Kathy Gray
2014-06-23
Get indexed vectors, particularly with default values, working
Kathy Gray
2014-06-04
Fixup type coercions and overloading
Kathy Gray
2014-05-19
More parser comments (and remove one spurious atomic_)
Gabriel Kerneis
2014-05-15
Check name_sect during parsing
Gabriel Kerneis
2014-05-15
Questions and comments about parser
Gabriel Kerneis
2014-05-15
Missing cases in lexer and parser
Gabriel Kerneis
2014-05-12
Avoid pattern-matching warnings in pretty-printer
Gabriel Kerneis
2014-04-15
Put conditional path information into constraint gathering so that checking u...
Kathy Gray
2014-04-08
Reduce redundant information in AST
Kathy Gray
[prev]
[next]