Skip to content

Commit

Permalink
Merge pull request #673 from HigherOrderCO/lsp-experiments
Browse files Browse the repository at this point in the history
Changes towards a language server friendly compiler
  • Loading branch information
edusporto authored Aug 19, 2024
2 parents 425cdaa + cd268fa commit bd592ca
Show file tree
Hide file tree
Showing 116 changed files with 640 additions and 237 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ and this project does not currently adhere to a particular versioning scheme.
- Change branches to support ending with ask statements. ([#629][gh-629])
- Improve hexadecimal and binary floating numbers. ([#648][gh-648])
- Change IO functions to return Result. ([#657][gh-657])
- Revamp the diagnostics system and parser to show more error and warning messages ([#673][gh-673])

## [0.2.36] - 2024-07-04

Expand Down Expand Up @@ -422,6 +423,7 @@ and this project does not currently adhere to a particular versioning scheme.
[gh-648]: https://github.com/HigherOrderCO/Bend/issues/648
[gh-657]: https://github.com/HigherOrderCO/Bend/issues/657
[gh-659]: https://github.com/HigherOrderCO/Bend/pull/659
[gh-673]: https://github.com/HigherOrderCO/Bend/pull/673
[gh-674]: https://github.com/HigherOrderCO/Bend/issues/674
[gh-675]: https://github.com/HigherOrderCO/Bend/issues/675
[Unreleased]: https://github.com/HigherOrderCO/Bend/compare/0.2.36...HEAD
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ default = ["cli"]
cli = ["dep:clap"]

[dependencies]
TSPL = "0.0.12"
TSPL = "0.0.13"
clap = { version = "4.4.1", features = ["derive"], optional = true }
highlight_error = "0.1.1"
hvm = "=2.0.19"
hvm = "=2.0.22"
indexmap = "2.2.3"
interner = "0.2.1"
itertools = "0.11.0"
Expand Down
Loading

0 comments on commit bd592ca

Please sign in to comment.