]> Git — Sourcephile - haskell/symantic-parser.git/commit
test: add Nandlang parser
authorJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Wed, 6 Jan 2021 05:14:46 +0000 (06:14 +0100)
committerJulien Moutinho <julm+symantic-parser@sourcephile.fr>
Wed, 6 Jan 2021 05:18:05 +0000 (06:18 +0100)
commit8400ef2cc861eb536e5c402efd5e4ca40002bc06
tree33ebc6f69d1de7d175c0a6c55147f29c0c6a73d1
parent7c4beae665eb66ae43445da2c83530913be4492a
test: add Nandlang parser
12 files changed:
symantic-parser.cabal
test/Golden/Grammar/nandlang.dump [new file with mode: 0644]
test/Golden/Grammar/nandlang.opt.dump [new file with mode: 0644]
test/Golden/Grammar/string.dump [new file with mode: 0644]
test/Golden/Grammar/string.opt.dump [new file with mode: 0644]
test/Golden/Grammar/tokens.dump [new file with mode: 0644]
test/Golden/Grammar/tokens.opt.dump [new file with mode: 0644]
test/Golden/Parser/alt-right-notry.dump [new file with mode: 0644]
test/Golden/Parser/alt-right-notry.txt [new file with mode: 0644]
test/Golden/Parser/many-oneOf.dump [new file with mode: 0644]
test/Golden/Parser/many-oneOf.txt [new file with mode: 0644]
test/Parser/Nandlang.hs [new file with mode: 0644]