The framework generates the scanner and the parser making the job of creating a new compiler considerably easier. The project contains a JSON sample implementation.
框架会生成扫描器与解析器并创建一个新的编译器。
2
The compiler saves the compiled scanner class for future use.
编译器保存已编译的扫描仪类供将来使用。
3
The compiler instantiates the compiled scanner class and executes the code in the current application domain.