This commit is contained in:
nub31
2025-05-27 10:22:51 +02:00
parent b182b100cf
commit f659cfa7fd
55 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
using Nub.Lang.Frontend.Lexing;
namespace Nub.Lang.Frontend.Parsing;
public class ContinueNode(IReadOnlyList<Token> tokens) : StatementNode(tokens);