-
Notifications
You must be signed in to change notification settings - Fork 2
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
Show parsing errors in context of line where they occur #168
Conversation
I would like to recommend you https://github.com/meyermarcel/annot (Hi @meyermarcel 👋) |
fancy :) I think I'm ok with my lowkey single ^ though for now :) |
…direct access and ranges (#171) * Index range expression, including right relative to the end * Add l:r to generate array of ints. handle for arrays and maps * Handle x[n:] case * simplify and add some basic test * checkpoint * review comments from #168 * allow negative (from end) access for both direct index and ranges * use : to replace generateIndices() * update test for negative index * add one range test
Noted. I also found https://github.com/caarlos0/mdtree New and interesting |
Now:
Fixes #15 (at least for parsing errors, for eval time we may want a stack trace)
Fixes #166 (will follow up in discord bot PR)