Search results for "module:App::perl2js"
App::perl2js - A module that transpile Perl code to JavaScript as readable as possible.
App::perl2js is a transpiler from Perl to JavaScript. this module aim to help porting from Perl to JavaScript, not to output runnable code....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::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....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::Node::DoStmt
DoStmt node has single pointer of 'stmt'. Also, this node has 'next' pointer to access next statement's node....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::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'....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::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....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::Node::Package
This node has 'next' pointer to access next statement's node....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::Node::ElseStmt
ElseStmt node has single pointer of 'stmt'. Also, this node has 'next' pointer to access next statement's node....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::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....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::Node::ForeachStmt
This node is created to represent foreach statement. ForeachStmt node has three pointers of 'cond', 'itr' and 'true_stmt'. Also, this node has 'next' pointer to access next statement's node....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC
App::perl2js::Converter::Node::Dereference
This node is created to represent dereference of array or hash. Dereference node has single pointer of 'expr'. Also, this node has 'next' pointer to access next statement's node....
HATZ/App-perl2js-0.02 - 03 Feb 2016 15:05:41 UTC