Class | Parslet::Atoms::Named |
In: |
lib/parslet/atoms/named.rb
lib/parslet/atoms/visitor.rb |
Parent: | Parslet::Atoms::Base |
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] |