]> Git — Sourcephile - haskell/symantic-parser.git/commit
machine: make failure be minReads=0
authorJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Mon, 2 Aug 2021 16:46:50 +0000 (18:46 +0200)
committerJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Mon, 2 Aug 2021 16:46:50 +0000 (18:46 +0200)
commit69394baf946dc4eb43ec65f32952cffa908659c9
treee06ab3ed2f9648e43e2b99be84ce5d923d72cc99
parent3c72c2b5ed205eb7bd6b5913f132dbf30fecada7
machine: make failure be minReads=0
83 files changed:
src/Symantic/Parser/Machine/Generate.hs
src/Symantic/Parser/Machine/Instructions.hs
src/Symantic/Parser/Machine/Optimize.hs
src/Symantic/Parser/Machine/Program.hs
src/Symantic/Parser/Machine/View.hs
test/Golden/Grammar/OptimizeGrammar/G17.expected.txt [new file with mode: 0644]
test/Golden/Grammar/OptimizeGrammar/G18.expected.txt [new file with mode: 0644]
test/Golden/Grammar/OptimizeGrammar/G19.expected.txt [new file with mode: 0644]
test/Golden/Grammar/ViewGrammar/G17.expected.txt [new file with mode: 0644]
test/Golden/Grammar/ViewGrammar/G18.expected.txt [new file with mode: 0644]
test/Golden/Grammar/ViewGrammar/G19.expected.txt [new file with mode: 0644]
test/Golden/Machine/G1.expected.txt
test/Golden/Machine/G10.expected.txt
test/Golden/Machine/G11.expected.txt
test/Golden/Machine/G12.expected.txt
test/Golden/Machine/G13.expected.txt
test/Golden/Machine/G14.expected.txt
test/Golden/Machine/G15.expected.txt
test/Golden/Machine/G16.expected.txt
test/Golden/Machine/G17.expected.txt [new file with mode: 0644]
test/Golden/Machine/G18.expected.txt [new file with mode: 0644]
test/Golden/Machine/G19.expected.txt [new file with mode: 0644]
test/Golden/Machine/G2.expected.txt
test/Golden/Machine/G3.expected.txt
test/Golden/Machine/G4.expected.txt
test/Golden/Machine/G5.expected.txt
test/Golden/Machine/G6.expected.txt
test/Golden/Machine/G7.expected.txt
test/Golden/Machine/G8.expected.txt
test/Golden/Machine/G9.expected.txt
test/Golden/Parser.hs
test/Golden/Parser/G17/P1.expected.txt [new file with mode: 0644]
test/Golden/Parser/G17/P1.input.txt [new file with mode: 0644]
test/Golden/Parser/G18/P1.expected.txt [new file with mode: 0644]
test/Golden/Parser/G18/P1.input.txt [new file with mode: 0644]
test/Golden/Parser/G18/P2.expected.txt [new file with mode: 0644]
test/Golden/Parser/G18/P2.input.txt [new file with mode: 0644]
test/Golden/Parser/G18/P3.expected.txt [new file with mode: 0644]
test/Golden/Parser/G18/P3.input.txt [new file with mode: 0644]
test/Golden/Parser/G18/P4.expected.txt [new file with mode: 0644]
test/Golden/Parser/G18/P4.input.txt [new file with mode: 0644]
test/Golden/Parser/G18/P5.expected.txt [new file with mode: 0644]
test/Golden/Parser/G18/P5.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P1.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P1.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P2.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P2.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P3.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P3.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P4.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P4.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P5.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P5.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P6.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P6.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P7.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P7.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P8.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P8.input.txt [new file with mode: 0644]
test/Golden/Parser/G19/P9.expected.txt [new file with mode: 0644]
test/Golden/Parser/G19/P9.input.txt [new file with mode: 0644]
test/Golden/Parser/G9/P1.expected.txt
test/Golden/Splice.hs
test/Golden/Splice/G1.expected.txt
test/Golden/Splice/G10.expected.txt
test/Golden/Splice/G11.expected.txt
test/Golden/Splice/G12.expected.txt
test/Golden/Splice/G13.expected.txt
test/Golden/Splice/G14.expected.txt
test/Golden/Splice/G15.expected.txt
test/Golden/Splice/G16.expected.txt
test/Golden/Splice/G17.expected.txt [new file with mode: 0644]
test/Golden/Splice/G18.expected.txt [new file with mode: 0644]
test/Golden/Splice/G19.expected.txt [new file with mode: 0644]
test/Golden/Splice/G2.expected.txt
test/Golden/Splice/G3.expected.txt
test/Golden/Splice/G4.expected.txt
test/Golden/Splice/G5.expected.txt
test/Golden/Splice/G6.expected.txt
test/Golden/Splice/G7.expected.txt
test/Golden/Splice/G8.expected.txt
test/Golden/Splice/G9.expected.txt
test/Grammar.hs