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
Implement a syntax checker that works. The current one is very situational and barely does anything at all.
Take a look at lib/syntax_checker.js for an idea of how to implement syntax checking functions.
You may introduce breaking changes into the project, but I would prefer it if you could keep them as smooth as possible.
This issue will likely require modification of the transpiler. It is located in lib/transpiler.js.
The text was updated successfully, but these errors were encountered:
Implement a syntax checker that works. The current one is very situational and barely does anything at all.
Take a look at lib/syntax_checker.js for an idea of how to implement syntax checking functions.
You may introduce breaking changes into the project, but I would prefer it if you could keep them as smooth as possible.
This issue will likely require modification of the transpiler. It is located in lib/transpiler.js.
The text was updated successfully, but these errors were encountered: