Skip to content
This repository was archived by the owner on Nov 2, 2025. It is now read-only.

Commit f23066c

Browse files
pqnCopybara Bot
andauthored
Project import generated by Copybara. (#8)
GitOrigin-RevId: 5a38c38e7b3647a19ea04d57fb7bcb8a802832a9 Co-authored-by: Copybara Bot <[email protected]>
1 parent 2f76503 commit f23066c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ Need a predicate which hasn't been implemented? [File an issue!](https://github.
129129

130130
```console
131131
$ ./parse -supported_languages
132+
ada
132133
c
133134
cpp
134135
csharp

download_parse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -euo pipefail
33

44
cd "$(dirname "${BASH_SOURCE[0]}")"
5-
VERSION="v0.0.3"
5+
VERSION="v0.0.4"
66
rm -f parse.gz parse
77
curl -Lo parse.gz "https://github.com/Exafunction/codeium-parse/releases/download/$VERSION/parse.gz"
88
gzip -d parse.gz

0 commit comments

Comments
 (0)