https://github.com/sweiglbosker/zig-regex-parser
regex parser coded live on twitch
https://github.com/sweiglbosker/zig-regex-parser
parser parsing zig
Last synced: over 1 year ago
JSON representation
regex parser coded live on twitch
- Host: GitHub
- URL: https://github.com/sweiglbosker/zig-regex-parser
- Owner: sweiglbosker
- License: isc
- Created: 2025-01-06T18:04:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-10T04:57:08.000Z (over 1 year ago)
- Last Synced: 2025-02-24T04:14:37.688Z (over 1 year ago)
- Topics: parser, parsing, zig
- Language: Zig
- Homepage: https://twitch.tv/0x573F
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
toy regex parser written live on [twitch](https://twitch.tv/0x573F)
1. [vod 1](https://youtu.be/GPSIApTyF1I): quickstart
2. [vod 2](https://youtu.be/N-NLy82lidI): writing the code
3. [vod 3](https://youtu.be/dWsmSyaICJM): fixing errors