Thanks to visit codestin.com
Credit goes to github.com

Skip to content

String formatting as AST transform (1st iteration) #19

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

Merged
merged 3 commits into from
May 7, 2012

Conversation

iuliux
Copy link
Contributor

@iuliux iuliux commented May 7, 2012

This is wanted to be a first iteration of the formatting string syntax translation feature.
It does:

  • Correctly (basic level) translate string literals
  • Print warnings for the cases when variables or methods give the formatting string (Also reformats them from String.format(var, i) to var.format(i))

The unhandled cases remain for future iterations

natural pushed a commit that referenced this pull request May 7, 2012
String formatting as AST transform (1st iteration)
@natural natural merged commit 8c515bd into natural:master May 7, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants