lalrpop/.gitignore
Volker Mische daaad78583 Allow match definition if no custom tokens are defined
`extern` is not only used for custom lexers/tokens, but also to define
custom types for `Error` and `Location`. It should be possible to
have custom error types while having `match` dedefinitions as issue #261
shows.

Fixes #261.
2018-01-24 05:18:21 -05:00

51 lines
1.4 KiB
Plaintext

target
*~
TAGS
Cargo.lock
lalrpop/src/parser/lrgrammar.rs
doc/calculator/src/calculator1.rs
doc/calculator/src/calculator2.rs
doc/calculator/src/calculator2b.rs
doc/calculator/src/calculator3.rs
doc/calculator/src/calculator4.rs
doc/calculator/src/calculator5.rs
doc/calculator/src/calculator6.rs
doc/pascal/lalrpop/src/pascal.rs
doc/whitespace/src/parser.rs
lalrpop-test/src/error.rs
lalrpop-test/src/error_issue_113.rs
lalrpop-test/src/error_issue_278.rs
lalrpop-test/src/error_issue_261.rs
lalrpop-test/src/error_recovery.rs
lalrpop-test/src/error_recovery_pull_182.rs
lalrpop-test/src/error_recovery_issue_240.rs
lalrpop-test/src/error_recovery_lock_in.rs
lalrpop-test/src/error_recovery_lalr_loop.rs
lalrpop-test/src/error_recovery_span.rs
lalrpop-test/src/expr.rs
lalrpop-test/src/expr_arena.rs
lalrpop-test/src/expr_generic.rs
lalrpop-test/src/expr_intern_tok.rs
lalrpop-test/src/expr_lalr.rs
lalrpop-test/src/expr_module_attributes.rs
lalrpop-test/src/generics_issue_104.rs
lalrpop-test/src/inline.rs
lalrpop-test/src/intern_tok.rs
lalrpop-test/src/issue_55.rs
lalrpop-test/src/lifetime_tok.rs
lalrpop-test/src/loc.rs
lalrpop-test/src/loc_issue_90.rs
lalrpop-test/src/sub.rs
lalrpop-test/src/sub_ascent.rs
lalrpop-test/src/sub_table.rs
lalrpop-test/src/unit.rs
lalrpop-test/src/use_super.rs
lalrpop-test/src/no_clone_tok.rs
lalrpop-test/src/partial_parse.rs
lalrpop-test/src/match_section.rs
lalrpop-test/src/expr_module_attributes.rs