module Syntaks::EBNF

Direct including types

Defined in:

syntaks/ebnf.cr
syntaks/ebnf/alt.cr
syntaks/ebnf/component.cr
syntaks/ebnf/contexts.cr
syntaks/ebnf/non_terminal.cr
syntaks/ebnf/not_predicate.cr
syntaks/ebnf/opt.cr
syntaks/ebnf/rep.cr
syntaks/ebnf/seq.cr
syntaks/ebnf/terminal.cr

Macro Summary

Macro Detail

macro build_ebnf(arg) #

[View source]
macro ignored(name, sequence) #

[View source]
macro rule(name, types, sequence, &action) #

[View source]