]> Git — Sourcephile - haskell/symantic-parser.git/commit
grammar: fix Ord SomeFailure
authorJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Sun, 4 Jul 2021 02:58:58 +0000 (04:58 +0200)
committerJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Sun, 11 Jul 2021 17:44:36 +0000 (19:44 +0200)
commite6b39f08ae0769d7f94b17546c5c7605f233b15b
treef7e7dec55cf4c002b8c35ef1ef5b7d3892c55260
parent25f47799b00a754ccd02d4f3c34441a14c90067a
grammar: fix Ord SomeFailure
28 files changed:
parsers/Parsers/Brainfuck/Types.hs
src/Symantic/Parser/Grammar.hs
src/Symantic/Parser/Grammar/Combinators.hs
src/Symantic/Parser/Machine/Generate.hs
src/Symantic/Parser/Machine/Program.hs
test/Golden/Machine/G12.expected.txt
test/Golden/Machine/G14.expected.txt
test/Golden/Machine/G5.expected.txt
test/Golden/Machine/G8.expected.txt
test/Golden/Machine/G9.expected.txt
test/Golden/Parser/G10/P1.expected.txt
test/Golden/Parser/G11/P1.expected.txt
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/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