lalrpop-lambda
lalrpop-lambda copied to clipboard
Terminal & Argument Identifiers (LALRPOP)
To allow for parsing filename like identifiers, e.g. \x.x (less foo.rs)
we need to split the definition of the identifier for the argument and the freestanding Var
, even if under the hood they are both still just Var
types.