- 02 Jan, 2015 3 commits
-
-
POTTIER Francois authored
The closing delimiter in records and arrays is now correctly indented.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
- 01 Jan, 2015 13 commits
-
-
POTTIER Francois authored
The final [end] in a signature or structure should now be correctly indented. :-)
-
POTTIER Francois authored
This guarantees the absence of name clashes.
-
POTTIER Francois authored
This guarantees the absence of name clashes.
-
POTTIER Francois authored
-
POTTIER Francois authored
cannot be generated because the type of some nonterminal symbol is unknown.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Replaced a few redundant tests [if Settings.table then ...] with assertions [assert Settings.table].
-
POTTIER Francois authored
-
POTTIER Francois authored
Renamed to [listif] and [elementif].
-
POTTIER Francois authored
defined at different places in the generated file (in order to avoid name clashes, and for clarity).
-
- 29 Dec, 2014 18 commits
-
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
The type env no longer needs to be parameterized. This makes the API safe (and simpler). There a slight runtime cost (e.g., from 4.6s to 4.7 seconds).
-
POTTIER Francois authored
-
POTTIER Francois authored
This seems to cause roughly a 10% speed loss (e.g. from 4.3 to 4.6 seconds). The current interface is not satisfactory, as it allows the user to manufacture a continuation that will break our invariants and lead to a crash.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Added links to CompCert's github repository.
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
Spell-checking.
-
- 27 Dec, 2014 6 commits
-
-
POTTIER Francois authored
['a lr1state -> 'a symbol] and maps a state (an abstract datum) to (a code for) its incoming symbol. This allows inspecting the semantic values stored in the stack. Updated the demo [calc-incremental] to display the contents of the stack at every token. It seems to work!
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-
POTTIER Francois authored
-