ossuminc / riddl

A compiler for the DDD-based design language RIDDL
https://riddl.tech/
Apache License 2.0
23 stars 6 forks source link

[FEATURE] Add TopLevelParser method for returning Token stream #694

Closed AlexWeinstein92 closed 1 week ago

AlexWeinstein92 commented 1 week ago

Is your feature already requested in another issue?

No

Is your feature a defect?

No

Is your feature request related to a problem? Please describe.

I am using a regex in the plugin when a Token stream would provide lots of utility, especially wrt efficiency of writing & running code