-
Notifications
You must be signed in to change notification settings - Fork 49
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
Get math expressions and precedence working properly #5
Comments
|
Merged
|
|
Merged
jessfraz
added a commit
that referenced
this issue
Apr 12, 2024
# This is the 1st commit message: updates; Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #2: docs Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #3: remove descriptions Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #4: get snippet tests Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #5: updates Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #6: more autocomplete tests Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #7: updates Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #8: updates Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #9: updates Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #10: updates Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #11: tab to end of snippets Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #12: updates Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #13: updates Signed-off-by: Jess Frazelle <github@jessfraz.com> # This is the commit message #14: A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu) # This is the commit message #15: A snapshot a day keeps the bugs away! 📷🐛 (OS: ubuntu)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
const var = 5 + 1
is pretty much all that's working properly atm.Need to get
- / * % > < >= <=
and()
with all the precedence rules working as expected.The text was updated successfully, but these errors were encountered: