|
Mercury library
1.0
Translation of CFG grammars into an object model (Bachelor's thesis).
|
Scanner scans input tokens and creates additional rules for parsing. More...
Public Member Functions | |
| IEnumerable< Rule > | Scan (IEnumerable< Token > tokens) |
| Scans input tokens and creates additional rules for parsing. More... | |
Scanner scans input tokens and creates additional rules for parsing.
LHS of these rules should (but is not required to) begin with '@' character to make them different from grammar rules.
Definition at line 20 of file Scanner.cs.
Scans input tokens and creates additional rules for parsing.
| tokens | Input tokens. |
Implemented in Mercury.Syntax.BasicScanner, and Mercury.Syntax.CompositeScanner.
1.8.7