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

Parse error syntax does not raise an error #80

Closed
liwangqian opened this issue Dec 18, 2019 · 2 comments
Closed

Parse error syntax does not raise an error #80

liwangqian opened this issue Dec 18, 2019 · 2 comments
Labels
CLI tool Issues related to the luaparse command line tool

Comments

@liwangqian
Copy link

When parse the expression like:

local xxx = true
if ~xxx then
   print("xxxx")
end

The parser does not report an syntax error.

@fstirlitz
Copy link
Owner

Can you reproduce with latest git master?

@fstirlitz
Copy link
Owner

The report provides very little context, but I believe the actual problem was fixed in af602e1. Closing.

@fstirlitz fstirlitz added the CLI tool Issues related to the luaparse command line tool label Jan 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLI tool Issues related to the luaparse command line tool
Projects
None yet
Development

No branches or pull requests

2 participants