Skip to content
Open
Changes from all commits
Commits
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ A first draft specification can be found [here](https://github.com/Microsoft/lan
In true open-source spirit the implementation is made from these parts:

- The parser is generated by [Antlr4](https://www.antlr.org) from a grammar file modified from
[this Github Gist](https://gist.github.com/ironchefpython/84380aa60871853dc86719dd598c35e4).
[this GitHub Gist](https://gist.github.com/ironchefpython/84380aa60871853dc86719dd598c35e4).

- The protocol.go code was borrowed and modified from [lsif-go](https://github.com/sourcegraph/lsif-go).

Expand Down