Closed balazssimon closed 7 years ago
Reimplement the parser to use Roslyn-style immutable red-green trees to provide incremental parsing.
Generating a Roslyn compiler is done. Incremental parsing will not be supported (at least for a while). Only full parsing is available.
Reimplement the parser to use Roslyn-style immutable red-green trees to provide incremental parsing.