Dr. Dobb's Journal March 1999
// This is the start rule for the parser. compilationUnit : // A pattern file consists of language elements, // possibly intermixed with import directives (( importDirective ) | ( languageElement ))* EOF ;
Back to Article