Skip to content

Commit

Permalink
Add credits
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Feb 18, 2024
1 parent 793f722 commit 62531e6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,9 @@ julia> Expr(only(m.captures))
`AbstractString` via constructors, index into the captures directly with `getindex`, or
extract the indices in the original string that match the capture with
`indices`.

## Credits

Lilith Hafner is the original author of this package. CodeSearch.jl would not exist without
Claire Foster's [JuliaSyntax](https://github.com/JuliaLang/JuliaSyntax.jl/) which does all
the parsing and provide appropriate data structures to represent parsed code.
6 changes: 6 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,9 @@ julia> str = read("src/CodeSearch.jl", String);

julia> node = parseall(SyntaxNode, str, ignore_errors=true);
```

## Credits

Lilith Hafner is the original author of this package. CodeSearch.jl would not exist without
Claire Foster's [JuliaSyntax](https://github.com/JuliaLang/JuliaSyntax.jl/) which does all
the parsing and provide appropriate data structures to represent parsed code.

0 comments on commit 62531e6

Please sign in to comment.