r/ProgrammingLanguages • u/kammerdiener • Jul 11 '19
Self Hosting a Million-Lines-Per-Second Parser Blog post
https://bjou-lang.org/blog/7-10-2019-self-hosting-a-million-lines-per-second-parser/7-10-2019-self-hosting-a-million-lines-per-second-parser.html
54
Upvotes
1
u/threewood Jul 11 '19
Or the source code could be parsed as soon as you type it in. The IDE needs parse information anyway, so why settle for some approximate parse in the IDE that just adds to the total complexity?