pokepaste-parser
v1.0.0
Published
Parses pokepaste links and raw pastes
Readme
Pokepaste Parser
This is a library that can parse pokepastes. I made it for personal use but if you really wanna use it you can look at the source code, it's really simple. I think it be completely functional because I run a bunch of tests on weird inputs, but you never know.
I started out by using a lexer, but it got too cancer so I just switched to regex. Making this showed me how many weird names there are. And I used Gemini to generate the regex cuz I don't wanna do that.
