]> Git — Sourcephile - haskell/symantic-parser.git/commit
machine: add horizon optimization
authorJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Mon, 4 Jan 2021 01:57:02 +0000 (02:57 +0100)
committerJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Mon, 4 Jan 2021 05:15:21 +0000 (06:15 +0100)
commitafc8953dcb5cee0c43ee3ba97fc6dc045b577c00
tree20c12bb822b92b6f305748f20c08c29f05b158a4
parentbe06b4364be6da271fb9a9aedd0a601d3cb3293a
machine: add horizon optimization
19 files changed:
src/Symantic/Parser/Grammar/Combinators.hs
src/Symantic/Parser/Machine/Generate.hs
src/Symantic/Parser/Machine/Input.hs
test/Golden.hs
test/Golden/Machine/boom.dump
test/Golden/Machine/brainfuck.dump
test/Golden/Machine/some-string.dump [new file with mode: 0644]
test/Golden/Machine/string.dump [new file with mode: 0644]
test/Golden/Machine/string.txt [new file with mode: 0644]
test/Golden/Parser/some-string-eof-fail.dump [new file with mode: 0644]
test/Golden/Parser/some-string-eof-fail.txt [new file with mode: 0644]
test/Golden/Parser/some-string-fail.dump [new file with mode: 0644]
test/Golden/Parser/some-string-fail.txt [new file with mode: 0644]
test/Golden/Parser/some-string.dump [new file with mode: 0644]
test/Golden/Parser/some-string.txt [new file with mode: 0644]
test/Golden/Parser/string-fail-horizon.dump [new file with mode: 0644]
test/Golden/Parser/string-fail-horizon.txt [new file with mode: 0644]
test/Golden/Parser/string.dump
test/Golden/Parser/string.txt