Closed fidian closed 10 years ago
input = input.toString();
turned into
input = input.();
Perhaps this is related to issue #5.
So, now after that last commit this will generate
input = input.toString ();
Still working on using context to determine if a keyword should just be an identifier.
Fully fixed this bug.
turned into
Perhaps this is related to issue #5.