buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.15k stars 31 forks source link

Keep full list of tokens #151

Open giann opened 11 months ago

giann commented 11 months ago

LSP, Linter, etc. will need to have access to all tokens (including comments, new lines, others?). Right now the scanner skips whitespaces and comments.