...
This commit is contained in:
@@ -4,7 +4,7 @@ using Syntax.Typing.BoundNode;
|
||||
|
||||
namespace Generation.QBE;
|
||||
|
||||
public class QBEWriter
|
||||
internal class QBEWriter
|
||||
{
|
||||
private readonly StringBuilder _builder = new();
|
||||
private int _currentLine = -1;
|
||||
|
||||
Reference in New Issue
Block a user