mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 11:50:07 +00:00
Further overhaul of package line comments.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
/*
|
||||
package regex_parser implements a Pratt parser, also known as a Top-Down
|
||||
Operator Precedence parser, for parsing tokenized regular expression patterns.
|
||||
A `Pratt` parser (a.k.a. Top-Down Operator Precedence parser) for parsing tokenized regular expression patterns.
|
||||
|
||||
References:
|
||||
- https://dl.acm.org/doi/10.1145/512927.512931
|
||||
|
||||
Reference in New Issue
Block a user