Class | Parslet::Atoms::Named |
In: |
lib/parslet/atoms/visitor.rb
lib/parslet/atoms/named.rb |
Parent: | Object |
Names a match to influence tree construction.
Example:
str('foo') # will return 'foo', str('foo').as(:foo) # will return :foo => 'foo'
name | [R] | |
parslet | [R] |