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.
框架会生成扫描器与解析器并创建一个新的编译器。
The compiler saves the compiled scanner class for future use.
编译器保存已编译的扫描仪类供将来使用。
The compiler instantiates the compiled scanner class and executes the code in the current application domain.
编译器实例化已编译的扫描仪类并在当前应用程序域中执行代码。
The compiler retrieves the compiled scanner class for the regular expression, instantiates it, and executes the code in the current application domain.
编译器在已编译的扫描仪类中检索正则表达式,将其实例化并在当前应用程序域中执行代码。
The compiler compiles the regular expression into a custom scanner class using reflection emit because the user has requested that the expression be compiled.
由于用户已请求编译表达式,编译器使用反射发出将正则表达式编译为自定义扫描仪类。
The compiler compiles the regular expression into a custom scanner class using reflection emit because the user has requested that the expression be compiled.
由于用户已请求编译表达式,编译器使用反射发出将正则表达式编译为自定义扫描仪类。
应用推荐