stage1_2/stage1_2.cc
changeset 139 668a54686827
parent 136 32bd7ef40897
child 175 dadda1b5401e
equal deleted inserted replaced
138:8b32fd4d0194 139:668a54686827
    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 #include <string.h>
       
    32 #include <stdlib.h>
    31 
    33 
    32 /* file with declaration of absyntax classes... */
    34 /* file with declaration of absyntax classes... */
    33 #include "../absyntax/absyntax.hh"
    35 #include "../absyntax/absyntax.hh"
    34 
    36 
    35 
    37