You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
br-parser-tools/collects/parser-tools
Matthew Flatt ec6cb60c00 paser-tools: doc clarifications
Nothing in the docs said that `parser-tools/yacc' is for LALR grammars
--- although I guess that it implied for most reader by the name "yacc",
but it doesn't hurt to say so explicitly. Meanwhile,
`parser-tools/cfg-parser' is useful for non-ambigious (non-LALR) grammars.

Also, from the style guide:
 * Section Titles Should be In Titlecase, Like This
 * Don't start a setence with an uncapitalized identifier.

original commit: 9e0fce224b9fb48e3b79e10863ca303c21c936c4
11 years ago
..
examples ".ss" -> ".rkt" scan done. 13 years ago
private-lex make the position and position-token structs transparent 12 years ago
private-yacc Lots of bad TAB eliminations. 12 years ago
cfg-parser.rkt Modify cfg-parser's treatment of error function so it can consume both arity-3 and arity-5 error functions. 11 years ago
info.rkt dist-spec repairs 14 years ago
lex-plt-v200.rkt rename all files .ss -> .rkt 14 years ago
lex-sre.rkt rename all files .ss -> .rkt 14 years ago
lex.rkt Random pickiness. 12 years ago
parser-tools.scrbl paser-tools: doc clarifications 11 years ago
yacc-to-scheme.rkt fix empty-matching lexers 14 years ago
yacc.rkt more error-message conversions and repairs 12 years ago