Sandeep Datta
Sandeep Datta
Here is the relevant snippet from the tutorial... ```rust extern { type Location = usize; type Error = (); enum Tok), "FactorOp" => Tok::FactorOp(), "ExprOp" => Tok::ExprOp(), "(" => Tok::ParenOpen,...
Example ... ```rust peg::parser!{ grammar my_grammar() for str { // These variables will be updated by specific rules in the grammar indentation_level: u32, line_number: u32, ... } } ``` I...
Right now rust-peg generates trace output for rules only, any info on token matches / mismatches is absent from the trace output. Please consider giving tokens the same treatment as...
**General issue:** please see title. **Classification:** buggy test framework code. **Repro:** add a few test cases to any TSV file and look at the result shown by index.html. For example...
**Edit:** I just realized I may have been looking at the wrong metric. What does the 2 us in `Test PASSED (10001/10001) [ 2 us]` stand for? **General issue** **Classification:**...