aboutsummaryrefslogblamecommitdiff
path: root/ast.c
blob: b07eca876249cc23fa34c563a12ae4594346fc91 (plain) (tree)
1
2
3
4
5
6
7
8
9

                   






                                                  





















                                         











                                                                          
                                


                                           
                  
                                     
      





                                
                                                    
                          
     
                   

                    
                      



















                                           
                                           



                                 
                          



















































                                                               
                       




                                                           



                                      
                      


                             




                                                                                      





                                     
                          
                      
                     







                                                            



                                
                                  
                            






                                                                   



                                    
                        
                       






                                                                



                                    
                             
                       




                            





                                               


                                         

                                             
                              



                                             

                                                  
                                             


                                                     


                                                   
                                                      

                                            
                
                        


                                                          
                         



                                                          
                                                          




                                                              
                                          
                                            
                                      


                       
                  
                   
                               








































                                                   
                                                      
























                                                    
                                        


























                                                     
        




                         
                      
                                          
                                            


                     
                                                    
                                            
     


                  
                                          
                                                       

                                              
                             
                                     
     
                         

 
                                                   
                                         


                                 
                                                       
            

                                                          











                                               

             






                                                
#include <stdlib.h>
#include <assert.h>
#include <stdio.h>
#include "ast.h"
#include "cibic.tab.h"
#define NEW_CNODE ((CNode *)malloc(sizeof(CNode)))

CNode<