balazssimon / meta-cs

Metamodeling and DSL framework for .NET
Apache License 2.0
9 stars 3 forks source link

Implement parser using Roslyn-style red-green trees #14

Closed balazssimon closed 7 years ago

balazssimon commented 8 years ago

Reimplement the parser to use Roslyn-style immutable red-green trees to provide incremental parsing.

balazssimon commented 7 years ago

Generating a Roslyn compiler is done. Incremental parsing will not be supported (at least for a while). Only full parsing is available.