Module: Trxl::ExactMatchExp1
- Defined in:
- lib/trxl/trxl_grammar.rb
Instance Method Summary collapse
Instance Method Details
#match_op ⇒ Object
4211 4212 4213 |
# File 'lib/trxl/trxl_grammar.rb', line 4211 def match_op '==' end |
#pattern(env = Environment.new) ⇒ Object
4207 4208 4209 |
# File 'lib/trxl/trxl_grammar.rb', line 4207 def pattern(env = Environment.new) primary.eval(env) end |