This commit is contained in:
Smaug123
2024-01-22 23:43:36 +00:00
parent 8cee6accf9
commit a3bb1463ff
10 changed files with 888 additions and 1 deletions

View File

@@ -67,4 +67,4 @@ module TestLexer =
}
]
Lexer.lex input |> shouldEqual expected
Lexer.lex input |> Seq.toList |> shouldEqual expected