FartLabs / fart

🌫 Program that generates type definitions in multiple languages.
https://fart.fart.tools
MIT License
1 stars 0 forks source link

`Token` Rework #19

Closed EthanThatOneKid closed 3 years ago

EthanThatOneKid commented 3 years ago

The entire system ran on raw strings for its tokens. In order to include quality-of-life features (e.g. proper code tracing), more data must be included than just the raw initial value (this would include line and column numbers).