lark-parser / Lark.js

Live port of Lark's standalone parser to Javascript
MIT License
71 stars 12 forks source link

Update isupper #45

Open thekevinscott opened 6 months ago

thekevinscott commented 6 months ago

Fixes https://github.com/lark-parser/Lark.js/issues/43

thekevinscott commented 6 months ago

An unsolicited comment: I'm a big fan of JS-based test suites like vitest, or jest. They provide built-in assertion libraries (instead of having to write your own), automatic test discovery (instead of having to manually integrate your own), interactive mode (like watch mode), and some other niceties that make writing and running tests a lot easier.

Throwing it out there in case it's on your roadmap to expand test coverage.