lalrpop-lambda icon indicating copy to clipboard operation
lalrpop-lambda copied to clipboard

Terminal & Argument Identifiers (LALRPOP)

Open nixpulvis opened this issue 5 years ago • 0 comments

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.

nixpulvis avatar Jun 23 '19 03:06 nixpulvis