Skip to content

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

Merged
natural merged 3 commits intonatural:masterfrom
iuliux:master
May 7, 2012
Merged

String formatting as AST transform (1st iteration)#19
natural merged 3 commits intonatural:masterfrom
iuliux:master

Conversation

@iuliux
Copy link
Copy Markdown
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