]> Git — Sourcephile - haskell/symantic-parser.git/history - src/Symantic/Parser/Machine/View.hs
machine: make failure be minReads=0
[haskell/symantic-parser.git] / src / Symantic / Parser / Machine / View.hs
2021-08-02 Julien Moutinhomachine: make failure be minReads=0
2021-07-31 Julien Moutinhochange ShowLetName into HideableName
2021-07-30 Julien Moutinhomachine: normalOrderReduction at the last moment
2021-07-28 Julien Moutinhomachine: fix recursion ending
2021-07-28 Julien Moutinhoadd registers
2021-07-16 Julien Moutinhodeps: bump to symantic-base 0.2
2021-07-11 Julien Moutinhouse symantic-base symantic-parser-0.2.0.20210703
2021-07-11 Julien Moutinhorename Symantic.{Univariant => Typed}
2021-07-11 Julien Moutinhomachine: fix view and output
2021-07-11 Julien Moutinhomore on failures
2021-07-11 Julien Moutinhofix: use a global polyfix for defLet and defRef
2021-07-11 Julien Moutinhomachine: renames trying to clarify
2021-07-11 Julien Moutinhomachine: map exceptionStack by label
2021-02-01 Julien Moutinhotest: hide unique names for reproductibility
2021-01-30 Julien Moutinhogrammar: open the Comb data-type
2021-01-29 Julien Moutinhomachine: open the Instr data-type
2021-01-16 Julien Moutinhostick to ParsleyHaskell's optimizations, except on...