Table of Contents - rexical-1.0.5 Documentation
Pages
- CHANGELOG
-
DOCUMENTATION.en
- REX: Ruby Lex for Racc
- About
- Usage
- Default Output Filename
- Grammar File Format
- Grammar File Example
- Header Part ( Optional )
- Footer Part ( Optional )
- Rule Part
- Rule Header Example
- Option Section ( Optional )
- Inner Section ( Optional )
- Macro Section ( Optional )
- Macro Section Example
- Rule Section
- state: Start State ( Optional )
- pattern: String Pattern
- actions: Processing Actions ( Optional )
- Rule Part Example
- Comment ( Optional )
- Usage for Generated Class
- scan_setup()
- 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