part #2
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Copyright (c) StellaOps. All rights reserved.
|
||||
// Licensed under BUSL-1.1. See LICENSE in the project root.
|
||||
namespace StellaOps.BinaryIndex.Decompiler;
|
||||
|
||||
internal readonly record struct Token(TokenType Type, string Value, int Line, int Column);
|
||||
Reference in New Issue
Block a user