makhidkarun / traveller_pyroute

Traveller trade route generator
MIT License
14 stars 5 forks source link

Starline parser #91

Closed CyberiaResurrection closed 10 months ago

CyberiaResurrection commented 11 months ago

Convert starline parsing from regex-based to full-blown lexer-parser combination.

My current goal is to expose the same API as the regex matcher, so the rest of star parsing doesn't need to care about the change.