ilammy / sabre

Minmatar Scheme
Other
3 stars 0 forks source link

Basic reader #1

Closed ilammy closed 7 years ago

ilammy commented 7 years ago

Implement basic reader that is able to scan a string and break it into tokens, producing a list of tokens and their locations as well as diagnostics.

Tracking productions specified by R7RS:

Yes, there are a lot of them. And this does not include recovery code paths.