Implement Scheme lexer
Closed this issue · 10 comments
hawkw commented
Implement Scheme lexer
hawkw commented
Since Scheme is such a simple language, I can probably implement the lexer and parser in one component using parsing expression grammar. It's not like there's a lot of complex tokenizing that will require a separate lexer and parser component a la flex
/yacc
.
hawkw commented