This commit is contained in:
nub31
2025-07-03 22:38:44 +02:00
parent 5259ba79ac
commit 761a533e80
3 changed files with 17 additions and 3 deletions

View File

@@ -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;