...
This commit is contained in:
5
src/lang/Nub.Lang/Frontend/Parsing/ContinueNode.cs
Normal file
5
src/lang/Nub.Lang/Frontend/Parsing/ContinueNode.cs
Normal file
@@ -0,0 +1,5 @@
|
||||
using Nub.Lang.Frontend.Lexing;
|
||||
|
||||
namespace Nub.Lang.Frontend.Parsing;
|
||||
|
||||
public class ContinueNode(IReadOnlyList<Token> tokens) : StatementNode(tokens);
|
||||
Reference in New Issue
Block a user