Table of Contents - rexical-1.0.7 Documentation
Pages
- CHANGELOG
-
DOCUMENTATION.en
- REX: Ruby Lex for Racc
- About
- Usage
- Default Output Filename
- Grammar File Format
- Grammar File Description Example
- Header Section ( Optional )
- Footer Section ( Optional )
- Rule Section
- Example of Rule Section Definition
- Option Section ( Optional )
- Inner Section for User Code ( Optional )
- Macro Section ( Optional )
- Example of Macro Definition
- Rule Section
- state: Start State ( Optional )
- pattern: String Pattern
- actions: Processing Actions ( Optional )
- Example of Rule Section Definition
- Comments ( Optional )
- Using the Generated Class
- scan_setup( str )
- scan_str( str )
- scan_file( filename )
- next_token
- Notice
- Manifest
- README
Classes and Modules
Methods
- ::new — Rexical::Generator
- ::new — Rexical::Cmd
- #add_footer — Rexical::Generator
- #add_header — Rexical::Generator
- #add_inner — Rexical::Generator
- #add_macro — Rexical::Generator
- #add_option — Rexical::Generator
- #add_rule — Rexical::Generator
- #next_line — Rexical::Generator
- #parse — Rexical::Generator
- #parse_action — Rexical::Generator
- #parse_rule — Rexical::Generator
- #read_grammar — Rexical::Generator
- #run — Rexical::Cmd
- #scanner_io — Rexical::Generator
- #usage — Rexical::Cmd
- #write_scanner — Rexical::Generator