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

Make decimal literals work #10

Merged
merged 2 commits into from
Jul 28, 2011
Merged

Make decimal literals work #10

merged 2 commits into from
Jul 28, 2011

Conversation

frew
Copy link
Contributor

@frew frew commented Jul 28, 2011

Recentish versions of tame break decimal literals (since the . gets interpreted as DOT and then a space is inserted between the. and the numeric constants). I just used the hammer of defining decimal literals in the lexer - there's probably a more elegant solution.

@maxtaco
Copy link
Owner

maxtaco commented Jul 28, 2011

That solutions looks great, I'll apply your patches as soon as I get to the
office. Thanks!!

On Thursday, July 28, 2011, frew <
reply@reply.github.com>
wrote:

Recentish versions of tame break decimal literals (since the . gets
interpreted as DOT and then a space is inserted between the. and the numeric
constants). I just used the hammer of defining decimal literals in the lexer

  • there's probably a more elegant solution.

Reply to this email directly or view it on GitHub:
#10

@maxtaco maxtaco merged commit e4f7613 into maxtaco:master Jul 28, 2011
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.

2 participants