Skip to content
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

[PHP] Escape dollar sign in target string literal #2945

Merged
merged 3 commits into from Oct 22, 2020

Conversation

adamwojs
Copy link
Contributor

@adamwojs adamwojs commented Oct 20, 2020

Fixed #2709.

TODO:

@adamwojs adamwojs force-pushed the escape_target_string_literal_in_php branch from 2d3fd88 to 5d3452e Compare October 20, 2020 20:07
@adamwojs
Copy link
Contributor Author

@marcospassos @parrt PR is ready for review 😉

@marcospassos
Copy link
Contributor

@parrt LGTM

@marcospassos
Copy link
Contributor

@adamwojs, we're also looking for contributors to help us make the PHP runtime faster. Please let me know if you're interested in contributing to the project.

@parrt parrt added this to the 4.9 milestone Oct 22, 2020
@parrt parrt merged commit 67e4970 into antlr:master Oct 22, 2020
@adamwojs adamwojs deleted the escape_target_string_literal_in_php branch October 22, 2020 20:51
@adamwojs
Copy link
Contributor Author

Please let me know if you're interested in contributing to the project.

@marcospassos Yes, I'm. In my opinion this project might bring a lot of value for professional PHP ecosystem, so I will be happy to help 😉

@marcospassos
Copy link
Contributor

@adamwojs, great! I believe the biggest opportunity right now is to make the PHP target as faster as the other. It involves a log of profiling, trial, and error. PRs are always welcome :)

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

Successfully merging this pull request may close these issues.

PHP target generates invalid output when $ is used as part of the literal in lexer rule
3 participants