]> Git — Sourcephile - haskell/symantic-parser.git/history - test
iface: remove `satisfyOrFail`
[haskell/symantic-parser.git] / test /
2021-08-31 Julien Moutinhotests: rename {test/ => tests/}
2021-08-31 Julien Moutinhotests: accept
2021-08-05 Julien Moutinhomachine: remove horizonStack and experiment with always... master
2021-08-03 Julien Moutinhorename {catcher => onException}
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 Moutinhoadd registers
2021-07-16 Julien Moutinhodeps: bump to symantic-base 0.2
2021-07-11 Julien Moutinhogrammar: fix Ord SomeFailure
2021-07-11 Julien Moutinhogrammar: add precedence to showCode
2021-07-11 Julien Moutinhomachine: optimize ifThenElse on constant
2021-07-11 Julien Moutinhorename Symantic.{Univariant => Typed}
2021-07-11 Julien Moutinhoremove useless benchmarks
2021-07-11 Julien Moutinhoadd benchmarks
2021-07-11 Julien Moutinhotest: update
2021-07-11 Julien Moutinhomachine: fix view and output
2021-07-11 Julien Moutinhomore on failures
2021-07-11 Julien Moutinhogrammar: sort symantics by name
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 Moutinhotest: add goldens for TH splices
2021-07-11 Julien Moutinhomachine: map exceptionStack by label
2021-07-11 Julien Moutinhodoc: polish
2021-02-01 Julien Moutinhotest: mute unused-* warnings in TH splices
2021-02-01 Julien Moutinhotest: hide unique names for reproductibility
2021-02-01 Julien Moutinhotest: sync
2021-01-31 Julien MoutinhoRename Machine.{Build => Program}
2021-01-30 Julien Moutinhogrammar: open the Comb data-type
2021-01-29 Julien Moutinhomachine: open the Instr data-type
2021-01-22 Julien Moutinhotest: unique names changed again
2021-01-22 Julien Moutinhoprepare testing splices, but cabal-install-3.4 does...
2021-01-16 Julien Moutinhostick to ParsleyHaskell's optimizations, except on...
2021-01-09 Julien Moutinhotest: save
2021-01-08 Julien Moutinhotest: save
2021-01-08 Julien Moutinhotest: save
2021-01-06 Julien Moutinhotest: add Nandlang parser
2021-01-06 Julien Moutinhotest: add string
2021-01-04 Julien Moutinhomachine: add horizon optimization
2021-01-02 Julien Moutinhoadd missing golden tests in cabal tarball symantic-parser-0.0.0.20210102
2021-01-01 Julien Moutinhorename Parser.{Staging => Haskell}
2021-01-01 Julien Moutinhocomment-out unstable golden tests
2021-01-01 Julien Moutinhoadd join-points
2020-12-30 Julien Moutinhorename {Automaton => Machine}
2020-12-30 Julien Moutinhoadd missing tests
2020-12-29 Julien Moutinhoadd farthest position heuristic for parsing error messages
2020-12-03 Julien MoutinhoAdd runParser
2020-11-12 Julien Moutinhobump to ghc-9.0.1 to get a levity-polymorphic CodeQ
2020-10-22 Julien MoutinhoFix DumpInstr
2020-10-21 Julien MoutinhoAdd first golden tests for the Automaton
2020-10-21 Julien MoutinhoPolish code and dumps
2020-10-20 Julien MoutinhoRemove dependency upon symantic-base
2020-10-20 Julien MoutinhoFix infinite loop in observeSharing