abstract class Ven::Parselet::Led
- Ven::Parselet::Led
- Reference
- Object
Overview
Left-denotated token parser works with a token, to the left of which there is a quote of interest.
Direct Known Subclasses
- Ven::Parselet::PAccessField
- Ven::Parselet::PAssign
- Ven::Parselet::PBinary
- Ven::Parselet::PBinaryAssign
- Ven::Parselet::PCall
- Ven::Parselet::PIntoBool
- Ven::Parselet::PReturnDecrement
- Ven::Parselet::PReturnIncrement
Defined in:
ven/parselet/led.crConstructors
Instance Method Summary
-
#parse(parser : Reader, tag : QTag, left : Quote, token : Token)
Performs the parsing.
- #precedence : UInt8
Constructor Detail
Instance Method Detail
Performs the parsing.