What resources besides the available source code provide a Razor ViewEngine grammar or similar descriptive document?
Specifically, I want to study how the fundamentals of the view engine are derived and tokenized/parsed before it is compiled, and I feel like there is some formal definition that defines how to do that. I have the above source code but would like any available definitive documentation that helps to describe it.