Skip to content

Commit e92b840

Browse files
authored
Merge pull request #10 from OxfordAbstracts/lsp
Lsp
2 parents c92d894 + a4ea50a commit e92b840

232 files changed

Lines changed: 5471 additions & 44150 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,10 @@ Thumbs.db
2020
*.purs.bak
2121

2222
/tests/oa
23-
/tests/sources.txt
23+
/tests/sources.txt
24+
25+
26+
# lsp vscode client
27+
28+
/editors/code/node_modules
29+
/editors/code/out

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ swc_common = "18.0.1"
2424
ntest_timeout = "0.9.5"
2525
rayon = "1.10"
2626
mimalloc = { version = "0.1", default-features = false }
27+
tower-lsp = "0.20"
28+
tokio = { version = "1", features = ["full"] }
29+
serde_json = "1"
2730

2831
[build-dependencies]
2932
lalrpop = "0.22"

claude-help/original-compiler/src/Control/Monad/Logger.hs

Lines changed: 0 additions & 56 deletions
This file was deleted.

claude-help/original-compiler/src/Control/Monad/Supply.hs

Lines changed: 0 additions & 38 deletions
This file was deleted.

claude-help/original-compiler/src/Control/Monad/Supply/Class.hs

Lines changed: 0 additions & 45 deletions
This file was deleted.

claude-help/original-compiler/src/Control/PatternArrows.hs

Lines changed: 0 additions & 118 deletions
This file was deleted.

claude-help/original-compiler/src/Data/InternedName.hs

Lines changed: 0 additions & 33 deletions
This file was deleted.

claude-help/original-compiler/src/Data/Text/PureScript.hs

Lines changed: 0 additions & 23 deletions
This file was deleted.

claude-help/original-compiler/src/Language/PureScript.hs

Lines changed: 0 additions & 36 deletions
This file was deleted.

claude-help/original-compiler/src/Language/PureScript/AST.hs

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)