Module: Trxl::Program0
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#space1 ⇒ Object
12 13 14 |
# File 'lib/trxl/trxl_grammar.rb', line 12 def space1 elements[0] end |
#space2 ⇒ Object
20 21 22 |
# File 'lib/trxl/trxl_grammar.rb', line 20 def space2 elements[2] end |
#statement_list ⇒ Object
16 17 18 |
# File 'lib/trxl/trxl_grammar.rb', line 16 def statement_list elements[1] end |