index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lexer.mll
Age
Commit message (
Expand
)
Author
2020-09-29
Refactor: Change AST type from a union to a struct
Alasdair
2020-09-21
Strip leading *'s from saildoc
Jessica Clarke
2020-08-13
Preserve file structure through initial check
Alasdair
2020-05-15
Add coverage tracking tool
Alasdair
2019-05-14
Add feature that allows functions to require type variables are constant
Alasdair Armstrong
2019-02-08
Allow internal AST nodes in input when -dmagic_hash is on
Brian Campbell
2019-01-14
Merge remote-tracking branch 'origin/sail2' into asl_flow2
Alasdair
2019-01-08
Improvements for v85
Alasdair Armstrong
2018-12-29
Add separate termination_measure declarations
Brian Campbell
2018-12-26
More cleanup
Alasdair Armstrong
2018-12-07
Working on better flow typing for ASL
Alasdair Armstrong
2018-12-06
Desugar constraints from atyp rather than n_constraint
Alasdair Armstrong
2018-11-30
Parser tweaks and fixes
Alasdair Armstrong
2018-11-30
Improvements for ASL parser
Alasdair Armstrong
2018-11-07
Move inline forall in function definitions
Alasdair Armstrong
2018-10-31
Rename Reporting_basic to Reporting
Alasdair Armstrong
2018-10-24
Add constraint synonyms
Alasdair Armstrong
2018-08-31
mappings: Support for unidirectional mapping clauses
Jon French
2018-06-26
Add configuration registers so __SetConfig ASL can be translated
Alasdair Armstrong
2018-06-11
change double-caret for string-append-pattern to single caret, since that wou...
Jon French
2018-05-01
add to parser
Jon French
2018-05-01
starting to also do integer support
Jon French
2018-05-01
start of string pattern matching: currently only literals
Jon French
2018-05-01
add { ~~fieldname } sugar to record patterns, expanding to { fieldname = fiel...
Jon French
2018-03-14
WIP Latex formatting
Alasdair Armstrong
2018-02-06
Fix lexer so operators cannot start with /* or //
Alasdair Armstrong
2018-01-30
Fix failing Lem tests
Alasdair Armstrong
2018-01-25
Add simple conditional processing and file include
Alasdair Armstrong
2018-01-22
Add regression test for type synonym with constraints inside existential type...
Alasdair Armstrong
2018-01-19
Added RISCV test case to test suite
Alasdair Armstrong
2018-01-19
Added C-style single line comments
Alasdair Armstrong
2018-01-16
Created version of typecheck test suite for sail2 branch
Alasdair Armstrong
2018-01-15
Refactored and improved ocaml interpreter
Alasdair Armstrong
2018-01-05
Moved parser, lexer and pretty printer to correct locations.
Alasdair Armstrong
2018-01-05
Removed legacy parser/lexer and pretty printer
Alasdair Armstrong
2017-12-13
Use big_nums from Lem
Alasdair Armstrong
2017-12-05
Update license headers for Sail source
Alasdair Armstrong
2017-12-04
Fix warnings in test suite
Alasdair Armstrong
2017-11-24
Use unbound precision big_ints throughout sail.
Alasdair Armstrong
2017-09-26
Added while-do and repeat-until loops to sail for translating ASL
Alasdair Armstrong
2017-08-15
Added exceptions and try/catch blocks to AST and typechecker in order
Alasdair Armstrong
2017-07-26
Added syntax for existential types
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 pretty-printing support for real literals
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-06-28
User defined overloaded operators
Alasdair Armstrong
2017-06-28
Improvements to implicit type casting
Alasdair Armstrong
2017-05-24
Merge branch 'master' of bitbucket.org:Peter_Sewell/sail
Shaked Flur
[next]