Search results for "module:Compiler::Parser"
Compiler::Parser - Create Abstract Syntax Tree for Perl5
Compiler::Parser creates abstract syntax tree for perl5....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC
Tangence::Compiler::Parser - parse Tangence interface definition files
This subclass of Parser::MGC parses a Tangence interface definition and returns a metadata tree....
PEVANS/Tangence-0.30 - 29 Oct 2022 21:38:20 UTC
Compiler::Parser::Node::Array
This node is created to represent array's get/set accessor. Array node has single pointer of 'idx'. Also, this node has 'next' pointer to access next statement's node....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC
Compiler::Parser::Node::DoStmt
DoStmt node has single pointer of 'stmt'. Also, this node has 'next' pointer to access next statement's node....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC
Compiler::Parser::Node::Branch
Branch node has two pointers of 'left' and 'right'. Also, this node has 'next' pointer to access next statement's node. This node includes token kind of 'Operator', 'Assign' and 'Comma'....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC
Compiler::Parser::Node::Package
This node has 'next' pointer to access next statement's node....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC
Compiler::Parser::Node::ForStmt
This node is created to represent for statement. ForStmt node has four pointers of 'init', 'cond', 'progress' and 'true_stmt'. Also, this node has 'next' pointer to access next statement's node....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC
Compiler::Parser::Node::ElseStmt
ElseStmt node has single pointer of 'stmt'. Also, this node has 'next' pointer to access next statement's node....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC
Compiler::Parser::Node::ArrayRef
This node is created to represent array reference's get/set accessor. ArrayRef node has single pointer of 'data'. Also, this node has 'next' pointer to access next statement's node....
GOCCY/Compiler-Parser-0.10 - 26 Jan 2015 03:21:59 UTC