4 lines
68 B
C#
4 lines
68 B
C#
|
namespace Finn.AST;
|
||
|
|
||
|
public record Name(string Value, bool Quoted);
|