summaryrefslogtreecommitdiff
path: root/src/parse-simulation.c
Commit message (Expand)AuthorAgeFilesLines
* cex: fix reporting of null nonterminalsVincent Imbimbo2020-06-221-1/+1
* cex: style changesAkim Demaille2020-06-191-1/+1
* cex: also include the counterexamples in the reportAkim Demaille2020-06-161-4/+5
* cex: make sure traces go to stderrAkim Demaille2020-06-161-8/+9
* warnings: fix -Wmissing-prototypes issuesAkim Demaille2020-06-031-3/+5
* lists: fix various issues with the use of gnulib's listAkim Demaille2020-06-011-21/+26
* cex: replace state-item data structuresVincent Imbimbo2020-05-221-10/+8
* cex: fix parse state leaksVincent Imbimbo2020-05-221-29/+40
* cex: derivation reference countingVincent Imbimbo2020-05-221-67/+98
* cex: style changes in parse-simulationAkim Demaille2020-05-221-30/+26
* cex: style: prefer res for returned valueAkim Demaille2020-05-221-17/+17
* cex: fix stack overflowVincent Imbimbo2020-05-221-25/+28
* cex: introduce the parse simulatorVincent Imbimbo2020-05-221-0/+556