You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
andreluis034
changed the title
.SyntaxErrorException
.SyntaxErrorException On valid lua lua syntax
Aug 19, 2016
andreluis034
changed the title
.SyntaxErrorException On valid lua lua syntax
SyntaxErrorException On valid lua lua syntax
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.
The text was updated successfully, but these errors were encountered: