pratt: Add Conlang as an explicit dependency

This commit is contained in:
2024-04-19 03:09:35 -05:00
parent c048cdfbf4
commit 0cafe085c4
3 changed files with 7 additions and 3 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "dep/Conlang"]
path = dep/Conlang
url = gitea@git.soft.fish:j/Conlang.git

View File

@@ -4,6 +4,6 @@ version = "0.1.0"
edition = "2021"
[dependencies]
cl-lexer = { path = "../conlang/cl-lexer" }
cl-token = { path = "../conlang/cl-token" }
cl-repl = { path = "../conlang/cl-repl" }
cl-lexer = { path = "./dep/Conlang/cl-lexer", version = "0.0.5" }
cl-token = { path = "./dep/Conlang/cl-token", version = "0.0.5" }
cl-repl = { path = "./dep/Conlang/cl-repl", version = "0.0.5" }

1
dep/Conlang Submodule

Submodule dep/Conlang added at 00d72b823a