]> Git — Sourcephile - haskell/symantic-parser.git/history - src/Symantic/Parser/Machine/Generate.hs
replace ValueCode by Production
[haskell/symantic-parser.git] / src / Symantic / Parser / Machine / Generate.hs
2021-07-11 Julien Moutinhoreplace ValueCode by Production
2021-07-11 Julien Moutinhoadd benchmarks
2021-07-11 Julien Moutinhomachine: improve comments
2021-07-11 Julien Moutinhomachine: fix factorize out raiseException
2021-07-11 Julien Moutinhomachine: fix mayRaise analysis of catch
2021-07-11 Julien Moutinhomore on failures
2021-07-11 Julien Moutinhotest: dump splices using TH.runQ instead of calling ghc
2021-07-11 Julien Moutinhofix: use a global polyfix for defLet and defRef
2021-07-11 Julien Moutinhobug: a ref outside its def must be supported
2021-07-11 Julien Moutinhomachine: renames trying to clarify
2021-07-11 Julien Moutinhomachine: map exceptionStack by label
2021-02-01 Julien Moutinhomachine: simplify a bit the horizon checking
2021-01-31 Julien MoutinhoReorganize Comb and Instr optimizations
2021-01-29 Julien Moutinhomachine: open the Instr data-type
2021-01-17 Julien MoutinhoDocument a bit more the horizon checks
2021-01-16 Julien Moutinhostick to ParsleyHaskell's optimizations, except on...
2021-01-06 Julien Moutinhomachine: rename InstrPure{Haskell => }
2021-01-06 Julien Moutinhogrammar: rename Parser.{Haskell => Grammar.Pure}
2021-01-04 Julien Moutinhomachine: add horizon optimization
2021-01-01 Julien Moutinhorename Machine.{Eval => Gen}