aspnet / Razor

[Archived] Parser and code generator for CSHTML files used in view pages for MVC web apps. Project moved to https://github.com/aspnet/AspNetCore
Apache License 2.0
883 stars 226 forks source link

Refactored Html parser - part 1 #2750

Closed ajaybhargavb closed 5 years ago

ajaybhargavb commented 5 years ago

I am splitting this work in parts. The goal is to refactor the parser in such a way that the handling of both ParseDocument and ParseBlock modes(aka inside and outside @{}) shares the same code path. This will make tag grouping and error handling much easier.

ajaybhargavb commented 5 years ago

Closing in favor of https://github.com/aspnet/AspNetCore/pull/4295