Reader: Add support for more Tokens

This commit is contained in:
Riyyi
2023-03-19 16:13:47 +01:00
parent 9816bb3de2
commit 68303dfe7b
3 changed files with 87 additions and 5 deletions
+4
View File
@@ -34,7 +34,11 @@ private:
void ignore();
ASTNode* readImpl();
ASTNode* readSpliceUnquote();
ASTNode* readList();
ASTNode* readQuote();
ASTNode* readQuasiQuote();
ASTNode* readUnquote();
ASTNode* readString();
ASTNode* readValue();