An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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