What is the purpose of Antlr package in Visual Studio 2013 ASP.NET project?

Viewed 8586
2 Answers

It is a transitive dependency declared in the WebGrease package, where it is used for a CSS lexer and parser.

Related