File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949 command : |
5050 # To pin to a specific version of PLCC,
5151 # in the next line, change main to something like v8.0.1
52- PLCC_GIT_BRANCH=main
52+ PLCC_GIT_BRANCH=main \
5353 /bin/bash -c \
5454 "$(\curl -fsSL https://github.com/ourPLCC/plcc/raw/main/installers/plcc/install.bash)" \
5555 >> ~/.bashrc
@@ -448,7 +448,7 @@ one per line. Lines starting with `#` are comments.
448448For example,
449449
450450```
451- # Skip rules discard the text the match.
451+ # Skip rules discard the text they match.
452452skip WHITESPACE '\s+'
453453
454454# Token rules emits a Token containing their name and the match.
@@ -488,7 +488,7 @@ While there is more unscanned input ...
488488
489489* Rules do not match across newline characters.
490490
491- ### Syntactic specification
491+ ### Syntactic Specification
492492
493493A syntax specification is a flavor of
494494[ BNF (Backus-Naur From)] ( https://en.wikipedia.org/wiki/Backus%E2%80%93Naur_form ) .
You can’t perform that action at this time.
0 commit comments