Docs.rs
parol-ls-4.4.0
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
parol-ls 4.4.0
Language server for parol parser generator
Crate
Source
Builds
Feature flags
Hide files
..
block_comments_before_start.par
complex1.par
line_comment_before_end_of_prod_causes_line_break.par
line_comment_between_alternations_causes_line_break.par
line_comment_in_production_causes_line_break.par
line_comments_before_start.par
line_comments_in_scanner_directives.par
list-exp.par
multiple_non_terminals_and_terminals_in_one_production.par
multiple_non_terminals_in_one_production.par
multiple_scanner_states.par
production_with_two_alternations.par
production_with_two_long_wrapped_alternations.par
single_alternation.par
single_group.par
single_optional.par
single_repeat.par
single_scanner_state.par
skip_in_scanner_directives.par
top_level_group_alternatives.par
top_level_optional_alternatives.par
top_level_repeat_alternatives.par
wrapped_long_production.par
1
2
3
4
5
6
7
8
9
10
11
12
%start G %% G : { A B } ; A : "a" ; B : "b" ;