jingo-lib 0.0.0

The central library for Jingo, containing the core of the compiler.
Documentation

Jingo Library

You may be searching for the repository, you are currently in the backend code for Jingo.


The central library for Jingo, containing the core of the compiler.

This library is designed to be used downstream for the official CLI or any future language servers/other tooling utilising the compiler without wanting the added bulk of CLI dependencies.

Usage

Add to your Cargo.toml:

[dependencies]
jingo-lib = "0.1"