index
:
sail
sail2
Formal specification language for ISAs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
test3.sail
Age
Commit message (
Expand
)
Author
2014-06-04
Fixup type coercions and overloading
Kathy Gray
2014-04-02
Solve more constraints; fix up test suite bugs uncovered by solving more cons...
Kathy Gray
2014-03-27
Check simple constraints (i.e. ones using only constants).
Kathy Gray
2014-03-20
reset earlier commits to test3, that were supposed to be chosen instead of my...
Kathy Gray
2014-03-20
small test changes
Kathy Gray
2014-03-20
More tests for implicit casts
Gabriel Kerneis
2014-02-18
Remove spurious add infix
Gabriel Kerneis
2014-02-15
Full type checker. No constraint checking in place.
Kathy Gray
2014-02-14
Attempt multi-byte memory read and write
Gabriel Kerneis
2014-02-14
Write slice to memory
Gabriel Kerneis
2014-02-13
Add definition of ignore to make tests executable
Gabriel Kerneis
2014-01-31
More type checking and conversions
Kathy Gray
2013-12-03
Syntax changes per discussion with Peter, as well as L2.ott document clean up.
Kathy Gray
2013-11-29
minor syntax fixups
Kathy Gray
2013-11-28
Updated syntax with working examples
Kathy Gray
2013-11-20
Remove workaround in test3
Gabriel Kerneis
2013-11-12
Define and test addition in library
Gabriel Kerneis
2013-11-05
De-infix operator before looking it up in the interpreter
Gabriel Kerneis
2013-11-05
Parsing of infix operators
Gabriel Kerneis
2013-11-05
Support parsing for extern calls
Gabriel Kerneis
2013-10-16
Basic MEM and register implementation for interpreter
Gabriel Kerneis
2013-10-15
Resume interpreter after actions
Gabriel Kerneis
2013-10-14
Test read/write reg/mem syntax
Gabriel Kerneis