absyntax/absyntax.hh
changeset 654 7421cb63defa
parent 612 c062ff18d04f
child 655 a77514dd0040
equal deleted inserted replaced
653:ea78924a1f60 654:7421cb63defa
   164 
   164 
   165 
   165 
   166  /* a list of symbols... */
   166  /* a list of symbols... */
   167 class list_c: public symbol_c {
   167 class list_c: public symbol_c {
   168   public:
   168   public:
   169     int n;
   169     int c,n;
   170     symbol_c **elements;
   170     symbol_c **elements;
   171 
   171 
   172   public:
   172   public:
   173     list_c(int fl = 0, int fc = 0, const char *ffile = NULL /* filename */, long int forder=0, /* order in which it is read by lexcial analyser */
   173     list_c(int fl = 0, int fc = 0, const char *ffile = NULL /* filename */, long int forder=0, /* order in which it is read by lexcial analyser */
   174            int ll = 0, int lc = 0, const char *lfile = NULL /* filename */, long int lorder=0  /* order in which it is read by lexcial analyser */
   174            int ll = 0, int lc = 0, const char *lfile = NULL /* filename */, long int lorder=0  /* order in which it is read by lexcial analyser */