NAME
MarpaX::Languages::ECMAScript::AST::Grammar::ECMAScript_262_5::Program::Semantics - ECMAScript 262, Edition 5, lexical expressions grammar actions
VERSION
version 0.020
DESCRIPTION
This modules give the actions associated to ECMAScript_262_5 lexical expressions grammar.
SUBROUTINES/METHODS
new($class)
Instantiate a new object.
valuesAndRuleId($self, @values)
Default G1 action: a hash with the following keys:
- ruleId
-
G1 rule Id
- values
-
Reference to an array containing the values
StringLiteral($self, $lexemeActionValuep)
StringLiteral action.
AUTHOR
Jean-Damien Durand <jeandamiendurand@free.fr>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jean-Damien Durand.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.