Add polymorph token

This commit is contained in:
Krzosa Karol
2023-03-29 11:42:40 +02:00
parent 710fbf431b
commit d8c80fb7a3
5 changed files with 14 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ token_rest = [
["DoubleColon", "::"],
["At", "@"],
["Arrow", "->"],
["Polymorph", "$"],
["ExprSizeof", "[SizeOf]"],
["DocComment", "[///]"],
["Comment", "//"],