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

Add syntax checker #13

Closed
PrivateGER opened this issue Oct 18, 2020 · 1 comment · Fixed by #16
Closed

Add syntax checker #13

PrivateGER opened this issue Oct 18, 2020 · 1 comment · Fixed by #16
Milestone

Comments

@PrivateGER
Copy link
Owner

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.

@PrivateGER PrivateGER added this to the 1.0 milestone Oct 18, 2020
@klee214
Copy link
Contributor

klee214 commented Oct 18, 2020

Hello! I can give a little help to enhance your program.
I will try to add some great syntax checker features!

PrivateGER added a commit that referenced this issue Oct 19, 2020
Fix #13: Is parentheses or bracket closed properly?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants