Skip to content

Commit

Permalink
close #48
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng authored Nov 25, 2023
1 parent dd2478e commit afda3db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/development-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Julia Developement tools, compilers, debuggers, [DevOps](https://en.wikipedia.or
## Static analysis

- https://github.com/aviatesk/JET.jl : experimental code analyzer for Julia.
- https://github.com/JuliaLang/AllocCheck.jl : a Julia package that statically checks if a function call may allocate by analyzing the generated LLVM IR of it and its callees.
- https://github.com/tonyhffong/Lint.jl : A lint tool to hunt for imperfections and dodgy structures that could be improved for Julia code.

## Style Guidelines
Expand Down

0 comments on commit afda3db

Please sign in to comment.