mirror of
https://github.com/PaddiM8/kalker.git
synced 2025-06-26 12:42:15 +02:00
Changed lexer to allow any symbol as identifier as long as it isn't already used for syntax.
This commit is contained in:
parent
746acc7bcc
commit
c43696d1e4
1
kalk_cli/Cargo.lock
generated
1
kalk_cli/Cargo.lock
generated
@ -141,6 +141,7 @@ name = "kalk"
|
|||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"phf",
|
"phf",
|
||||||
|
"regex",
|
||||||
"rug",
|
"rug",
|
||||||
"test-case",
|
"test-case",
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user