Annotation of parser3/src/doc/compiler.dox, revision 1.3.36.1

1.1       paf         1: /**    @page Compiler Compiler
                      2: 
1.3.36.1! paf         3: Source code is compiled to internal form.
        !             4: This happens with each request, result of compilation is not cached.
        !             5: After compilation we have \b class, which got registered in Hash Request::classes().
1.1       paf         6: 
                      7: @see compile.y, compile.C, compile_tools.h, compile_tools.C
                      8: 
                      9: */

E-mail: