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

SyntaxErrorException On valid lua lua syntax #147

Closed
andreluis034 opened this issue Aug 19, 2016 · 1 comment
Closed

SyntaxErrorException On valid lua lua syntax #147

andreluis034 opened this issue Aug 19, 2016 · 1 comment

Comments

@andreluis034
Copy link

andreluis034 commented Aug 19, 2016

The following code creates a SyntaxErrorException, even though it's valid lua syntax:
foo = .5
which is equivalent to the working MoonSharp version
foo = 0.5
The exception is also thrown in conditionals for example:
if foo <= .5 then end
Pretty minor bug, but not sure if it affects anything more important stuff.

@andreluis034 andreluis034 changed the title .SyntaxErrorException .SyntaxErrorException On valid lua lua syntax Aug 19, 2016
@andreluis034 andreluis034 changed the title .SyntaxErrorException On valid lua lua syntax SyntaxErrorException On valid lua lua syntax Aug 19, 2016
@xanathar
Copy link
Member

xanathar commented Oct 3, 2016

Fixed in 1.7.

@xanathar xanathar closed this as completed Oct 3, 2016
xanathar added a commit that referenced this issue Oct 3, 2016
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

No branches or pull requests

2 participants