| Age | Commit message (Collapse) | Author |
|
|
|
|
|
although the function ones are optional
|
|
|
|
unless that's the current default or there's no default set in the spec
|
|
|
|
Split out specification specific memory and external functions
Reduce the presence of big_int
Reduce the use of inc direction, instead using a default from the spec. Still a few places need to be parameterised over direction
Also some bug fixes exposed by above and running ARM second instruction
|
|
|
|
Including:
Correct loss of constraints between declared constraints, pattern constraints and expression body constraints
Handle insertion of dependent parameters in the case of unit parameters
Add a case to how ifields are translated to permit numbers as well as bits and bitvectors
Expand interpreter to actually handle user-defined functions on the left had side of the assignment expression.
|
|
|
|
|
|
|
|
|
|
|
|
function for good unification, especially for rewriting
|
|
|
|
|
|
|
|
|
|
Also stop rewriting code in the pretty printer, instead move it all into a new general rewriting pass
|
|
|
|
|
|
Also tracking more information to help dependency eventually
|
|
bits or not
|
|
says and what the interpreter etc actually expects. (also generate the correct constraints)
|
|
|
|
|
|
|
|
with the correct bit number
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
range<'N,'N>)
Non-sugar syntax is -- forall Nat 'N. atom<'N>
Sugar syntax is -- [: 'N :]
Also begin adding pp support for generating ocaml from ast types.
|
|
vectors; and allow the result to access fields of registers where applicable.
|
|
|
|
presence of negative literals
|
|
|
|
Fix bug allowing function types in too many places
|
|
|
|
|
|
|
|
|
|
|