class Ven::Parselet::PNud

Overview

Parses a nud statement and defines a runtime nud: nud "name"(value) = ... or nud "name"(value) { ... }.

Defined in:

ven/parselet/nud.cr

Instance Method Summary

Instance methods inherited from class Ven::Parselet::Nud

parse(parser : Reader, tag : QTag, token : Token) parse, semicolon? : Bool semicolon?

Instance Method Detail

def parse(parser, tag, token) #

[View source]