Skip to content
Anton edited this page Mar 15, 2020 · 1 revision

CSS files need to be parsed. Closure Stylesheets uses a parser generator called JavaCC (ParserGeneratorCC to be precise) via ph-javacc-maven-plugin. This means that the grammar for the parser is specified in the src/com/google/common/css/compiler/ast/GssParserCC.jj file, and from it, the parser is generated at target/generated-sources/com/google/common/css/compiler/ast/GssParserCC.java.

Clone this wiki locally