finn-lang/AST.cs

4 lines
68 B
C#

namespace Finn.AST;
public record Name(string Value, bool Quoted);