chore: implement list nodes

This commit is contained in:
Steven
2023-12-16 08:51:29 +08:00
parent a10b3d3821
commit b00443c222
16 changed files with 283 additions and 20 deletions

View File

@ -41,7 +41,7 @@ func TestTokenize(t *testing.T) {
world`,
tokens: []*Token{
{
Type: Hash,
Type: PoundSign,
Value: "#",
},
{