Start moving towards interned strings.

This commit is contained in:
2022-12-29 15:36:06 -08:00
committed by Adam Wick
parent aa09a838b0
commit a607101ca2
4 changed files with 22 additions and 22 deletions

View File

@@ -21,6 +21,7 @@ cranelift-frontend = "^0.89.2"
cranelift-module = "^0.89.2"
cranelift-native = "^0.89.2"
cranelift-object = "^0.89.2"
internment = { version = "0.7.0", default-featues = false, features = ["arc"] }
lalrpop-util = "^0.19.7"
lazy_static = "^1.4.0"
logos = "^0.12.0"