tokay-lang / tokay

Tokay is a programming language designed for ad-hoc parsing, inspired by awk.
https://tokay.dev
MIT License
236 stars 7 forks source link

feat: `Until` and `String`-preludes #133

Open phorward opened 6 months ago

phorward commented 6 months ago

This is the PR for implementing the built-in parselets Until and String.

Started with until.tok draft. Currently not working due #130.

phorward commented 3 weeks ago

This PR is a dependency for #38