stage1_2/stage1_2.cc
changeset 20 81a06a308b7e
parent 15 0b472e25eb16
child 68 b0a43002dcac
equal deleted inserted replaced
19:cee3c4e5afe2 20:81a06a308b7e
    26 /*
    26 /*
    27  * This file contains the code that calls the stage 1 (lexical anayser) 
    27  * This file contains the code that calls the stage 1 (lexical anayser) 
    28  * and stage 2 (syntax parser) during the first pass.
    28  * and stage 2 (syntax parser) during the first pass.
    29  */
    29  */
    30 
    30 
       
    31 
       
    32 /* file with declaration of absyntax classes... */
       
    33 #include "../absyntax/absyntax.hh"
    31 
    34 
    32 
    35 
    33 // #include "stage1_2.hh"
    36 // #include "stage1_2.hh"
    34 #include "iec.y.hh"
    37 #include "iec.y.hh"
    35 #include "stage1_2_priv.hh"
    38 #include "stage1_2_priv.hh"