Class: RLTK::Lexers::EBNF

Inherits:
RLTK::Lexer show all
Defined in:
lib/rltk/lexers/ebnf.rb

Overview

The EBNF lexer is used by the RLTK::CFG class.

Instance Attribute Summary

Attributes inherited from RLTK::Lexer

#env

Method Summary

Methods inherited from RLTK::Lexer

inherited, #initialize, install_icvars, #lex, lex, lex_file, #lex_file, match_first, rule, start

Constructor Details

This class inherits a constructor from RLTK::Lexer