Module: Treetop::Compiler

Defined in:
lib/treetop/compiler/metagrammar.rb,
lib/treetop/compiler/ruby_builder.rb,
lib/treetop/compiler/grammar_compiler.rb,
lib/treetop/compiler/node_classes/choice.rb,
lib/treetop/compiler/node_classes/grammar.rb,
lib/treetop/compiler/lexical_address_space.rb,
lib/treetop/compiler/node_classes/optional.rb,
lib/treetop/compiler/node_classes/sequence.rb,
lib/treetop/compiler/node_classes/terminal.rb,
lib/treetop/compiler/node_classes/predicate.rb,
lib/treetop/compiler/node_classes/repetition.rb,
lib/treetop/compiler/node_classes/nonterminal.rb,
lib/treetop/compiler/node_classes/parsing_rule.rb,
lib/treetop/compiler/node_classes/treetop_file.rb,
lib/treetop/compiler/node_classes/inline_module.rb,
lib/treetop/compiler/node_classes/anything_symbol.rb,
lib/treetop/compiler/node_classes/character_class.rb,
lib/treetop/compiler/node_classes/predicate_block.rb,
lib/treetop/compiler/node_classes/transient_prefix.rb,
lib/treetop/compiler/node_classes/atomic_expression.rb,
lib/treetop/compiler/node_classes/parsing_expression.rb,
lib/treetop/compiler/node_classes/declaration_sequence.rb,
lib/treetop/compiler/node_classes/parenthesized_expression.rb

Defined Under Namespace

Modules: InlineModuleMixin, Metagrammar Classes: AndPredicate, AnythingSymbol, AtomicExpression, CharacterClass, Choice, DeclarationSequence, Grammar, GrammarCompiler, InlineModule, LexicalAddressSpace, MetagrammarParser, Nonterminal, NotPredicate, OccurrenceRange, OneOrMore, Optional, ParenthesizedExpression, ParsingExpression, ParsingRule, Predicate, PredicateBlock, Repetition, RubyBuilder, Sequence, SequenceElementAccessorModule, Terminal, TransientPrefix, TreetopFile, ZeroOrMore

Constant Summary collapse

AUTOGENERATED =
"# Autogenerated from a Treetop grammar. Edits may be lost.\n"