CLI Commands

Guide to using Jingle's command-line interface

CLI Commands

Overview

This is a guide to using the command-line interface for Jingle.

Commands

Command

Description

jingle init

Initializes a Jingle project

jingle build

Compiles a given source file using the LLVM compiler

jingle run

JIT-compiles a given source file using LLVM

jingle tool

Runs a given Jingle tool

jingle eval

Starts a Jingle REPL

jingle vm

Runs a given source file in the virtual machine

jingle help

Shows this help menu

jingle version

Shows the version of Jingle installation

Flags?

Work in progress.

Other components?

Work in progress.

Last updated