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
Parser is almost done so far, add there are some tests to cover it. Test cases in https://github.com/andremm/lua-parser/blob/master/test.lua also include some tests for syntax error to give user more friendly output when some errors occur. Although I change my next work to write the code generator, adding tests for syntax error should be done sooner or later.
The text was updated successfully, but these errors were encountered:
Parser is almost done so far, add there are some tests to cover it. Test cases in https://github.com/andremm/lua-parser/blob/master/test.lua also include some tests for syntax error to give user more friendly output when some errors occur. Although I change my next work to write the code generator, adding tests for syntax error should be done sooner or later.
The text was updated successfully, but these errors were encountered: