https://github.com/JuliaDebug/JuliaInterpreter.jl
Interpreter for Julia code
https://github.com/JuliaDebug/JuliaInterpreter.jl
Last synced: 2 months ago
JSON representation
Interpreter for Julia code
- Host: GitHub
- URL: https://github.com/JuliaDebug/JuliaInterpreter.jl
- Owner: JuliaDebug
- License: other
- Created: 2019-02-04T12:02:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2026-03-30T17:56:18.000Z (2 months ago)
- Last Synced: 2026-03-30T19:14:57.269Z (2 months ago)
- Language: Julia
- Size: 3.63 MB
- Stars: 167
- Watchers: 10
- Forks: 39
- Open Issues: 59
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-julia-security - JuliaInterpreter.jl - Julia code interpreter for dynamic analysis and security auditing. (Binary Analysis and Reverse Engineering / Debugging and Introspection)
README
# JuliaInterpreter
*An interpreter for Julia code.*
| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------------:|
| [![][docs-stable-img]][docs-stable-url] | [![][gh-actions-img]][gh-actions-url] [![][codecov-img]][codecov-url] |
## Installation
```julia-repl
pkg> add JuliaInterpreter
```
## Usage
See the [documentation][docs-stable-url].
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
[docs-stable-url]: https://JuliaDebug.github.io/JuliaInterpreter.jl/stable
[gh-actions-img]: https://github.com/JuliaDebug/JuliaInterpreter.jl/actions/workflows/CI.yml/badge.svg
[gh-actions-url]: https://github.com/JuliaDebug/JuliaInterpreter.jl/actions/workflows/CI.yml
[codecov-img]: https://codecov.io/gh/JuliaDebug/JuliaInterpreter.jl/branch/master/graph/badge.svg
[codecov-url]: https://codecov.io/gh/JuliaDebug/JuliaInterpreter.jl