Skip to content
Merged

Lsp #10

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,10 @@ Thumbs.db
*.purs.bak

/tests/oa
/tests/sources.txt
/tests/sources.txt


# lsp vscode client

/editors/code/node_modules
/editors/code/out
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ swc_common = "18.0.1"
ntest_timeout = "0.9.5"
rayon = "1.10"
mimalloc = { version = "0.1", default-features = false }
tower-lsp = "0.20"
tokio = { version = "1", features = ["full"] }
serde_json = "1"

[build-dependencies]
lalrpop = "0.22"
Expand Down
56 changes: 0 additions & 56 deletions claude-help/original-compiler/src/Control/Monad/Logger.hs

This file was deleted.

38 changes: 0 additions & 38 deletions claude-help/original-compiler/src/Control/Monad/Supply.hs

This file was deleted.

45 changes: 0 additions & 45 deletions claude-help/original-compiler/src/Control/Monad/Supply/Class.hs

This file was deleted.

118 changes: 0 additions & 118 deletions claude-help/original-compiler/src/Control/PatternArrows.hs

This file was deleted.

33 changes: 0 additions & 33 deletions claude-help/original-compiler/src/Data/InternedName.hs

This file was deleted.

23 changes: 0 additions & 23 deletions claude-help/original-compiler/src/Data/Text/PureScript.hs

This file was deleted.

36 changes: 0 additions & 36 deletions claude-help/original-compiler/src/Language/PureScript.hs

This file was deleted.

14 changes: 0 additions & 14 deletions claude-help/original-compiler/src/Language/PureScript/AST.hs

This file was deleted.

Loading