Replies: 1 comment
-
One tip is adding identifiers momentarily to the regexes, so you can check wich regex matched or not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am in the process of adding support to a new language (Hebrew).
The current code is in this draft pull request.
I currently have some tests that are failing. I found out that I can run specific tests using the ava match command, that is a huge time saver:
So now that I know that a test fails, and that I can run it standalone, I could use some advice on what is the best way to debug.
I checked the code of other languages in order to understand how they deal with 0.08. I think that it is using the
AllFloatRegex
:But I don't understand how the '.' character is matched.
Any help is much appreciated
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions