repline: Goodbye, old friend. You have been promoted.

This commit is contained in:
2025-10-24 03:44:11 -04:00
parent 8d641d0060
commit 4e4c61ee4f
14 changed files with 3 additions and 870 deletions

View File

@@ -15,4 +15,4 @@ cl-lexer = { path = "../cl-lexer" }
cl-parser = { path = "../cl-parser" }
[dev-dependencies]
repline = { path = "../../repline" }
repline = { version = "*", registry = "soft-fish" }

View File

@@ -18,5 +18,5 @@ cl-typeck = { path = "../cl-typeck" }
cl-interpret = { path = "../cl-interpret" }
cl-structures = { path = "../cl-structures" }
cl-arena = { version = "0", registry = "soft-fish" }
repline = { path = "../../repline" }
repline = { version = "*", registry = "soft-fish" }
argwerk = "0.20.4"

View File

@@ -12,6 +12,6 @@ cl-ast = { path = "../cl-ast" }
cl-structures = { path = "../cl-structures" }
[dev-dependencies]
repline = { path = "../../repline" }
repline = { version = "*", registry = "soft-fish" }
cl-lexer = { path = "../cl-lexer" }
cl-parser = { path = "../cl-parser" }