public SyntaxStore ToImmutable() { return(new SyntaxStore(_tableBuilder.ToImmutable(), _compilation)); }
public DriverStateTable ToImmutable() { return(new DriverStateTable(_stateTableBuilder.ToImmutable())); }