Ejemplo n.º 1
0
 public SyntaxStore ToImmutable()
 {
     return(new SyntaxStore(_tableBuilder.ToImmutable(), _compilation));
 }
Ejemplo n.º 2
0
 public DriverStateTable ToImmutable()
 {
     return(new DriverStateTable(_stateTableBuilder.ToImmutable()));
 }