]> Git — Sourcephile - haskell/symantic-parser.git/commit
rename {catcher => onException}
authorJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Tue, 3 Aug 2021 16:26:21 +0000 (18:26 +0200)
committerJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Tue, 3 Aug 2021 16:26:35 +0000 (18:26 +0200)
commit29770b683307299b2bdd0378fbbadf4c53b19237
treec2b0082aac0c27f98c73baa1c8137466e16fc8bd
parent69394baf946dc4eb43ec65f32952cffa908659c9
rename {catcher => onException}
53 files changed:
Makefile
parsers/Parsers/Brainfuck/SymanticParser.hs
src/Symantic/Parser/Grammar/Optimize.hs
src/Symantic/Parser/Machine/Generate.hs
src/Symantic/Parser/Machine/Instructions.hs
src/Symantic/Parser/Machine/View.hs
symantic-parser.cabal
test/Golden/Grammar/OptimizeGrammar/G20.expected.txt [new file with mode: 0644]
test/Golden/Grammar/ViewGrammar/G20.expected.txt [new file with mode: 0644]
test/Golden/Machine/G10.expected.txt
test/Golden/Machine/G12.expected.txt
test/Golden/Machine/G14.expected.txt
test/Golden/Machine/G15.expected.txt
test/Golden/Machine/G16.expected.txt
test/Golden/Machine/G18.expected.txt
test/Golden/Machine/G19.expected.txt
test/Golden/Machine/G2.expected.txt
test/Golden/Machine/G20.expected.txt [new file with mode: 0644]
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/G20/P1.expected.txt [new file with mode: 0644]
test/Golden/Parser/G20/P1.input.txt [new file with mode: 0644]
test/Golden/Parser/G20/P2.expected.txt [new file with mode: 0644]
test/Golden/Parser/G20/P2.input.txt [new file with mode: 0644]
test/Golden/Parser/G20/P3.expected.txt [new file with mode: 0644]
test/Golden/Parser/G20/P3.input.txt [new file with mode: 0644]
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
test/Golden/Splice/G18.expected.txt
test/Golden/Splice/G19.expected.txt
test/Golden/Splice/G2.expected.txt
test/Golden/Splice/G20.expected.txt [new file with mode: 0644]
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