Changed lexer to allow any symbol as identifier as long as it isn't already used for syntax.

This commit is contained in:
PaddiM8 2020-06-07 19:08:33 +02:00
parent 3db7c215d3
commit ce65eb79a8

1
kalk_cli/Cargo.lock generated
View File

@ -141,6 +141,7 @@ name = "kalk"
version = "0.1.0"
dependencies = [
"phf",
"regex",
"rug",
"test-case",
]