public LSLProgramRoot(Parser yyp, GlobalDefinitions gd, States s) : base(((LSLSyntax )yyp)) { while (0 < gd.kids.Count) kids.Add(gd.kids.Pop()); while (0 < s.kids.Count) kids.Add(s.kids.Pop()); }
public States(Parser yyp, States s, State us) : base(((LSLSyntax )yyp)) { while (0 < s.kids.Count) kids.Add(s.kids.Pop()); kids.Add(us); }
public LSLProgramRoot(Parser yyp, States s) : base(((LSLSyntax )yyp)) { while (0 < s.kids.Count) kids.Add(s.kids.Pop()); }