Skip to content

Merge the js-parser and parser files #859

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed

Conversation

robertsipka
Copy link
Contributor

No description provided.

ecma_compiled_code_t *
parser_parse_script (const uint8_t *source_p, /**< valid UTF-8 source code */
static ecma_compiled_code_t *
parse_script (const uint8_t *source_p, /**< valid UTF-8 source code */
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameters are not aligned.
And I would prefer parser_parse_source

@LaszloLango LaszloLango added the parser Related to the JavaScript parser label Feb 9, 2016
@robertsipka
Copy link
Contributor Author

Thanks the comments. Fixed.

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka [email protected]
@robertsipka
Copy link
Contributor Author

Updated.

@zherczeg
Copy link
Member

LGTM

@LaszloLango LaszloLango changed the title Merged the parser-js and parser files. Merge the js-parser and parser files Feb 10, 2016
@LaszloLango
Copy link
Contributor

Landed (b0bdf0e)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parser Related to the JavaScript parser
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants