Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Releases: lento-lang/Lento-CSharp

Initial release of the Lento CLI toolchain

26 Aug 18:39
Compare
Choose a tag to compare

The CLI tool includes an interactive REPL and file interpreter out of the box.

Installation

Download the .zip file and extract the content in a new folder.
The only operating system is Windows currently, MacOS and Linux will be added shortly.

Usage

$> lt --help
Lento CLI tool Version 2.3.0
The Lento programming language command line interface tool.

Usage: lt (<options>) (<files>)

Run file(s): lt [<files>]
    Interpret files.

Compile file: lt -c [<lang> | exe | dll] [<file>]
    (Cross) Compile a file to a target language,
    standalone executable or dynamically linked library.

Options:
    -h, --help                Prints this help message.
    -v, --version             Prints the version of the program.
    -r, --repl (verbose)      Starts the REPL mode.
    -l, --lint [<files>]      Lints the given files.
    -c, --compile [<file>]    Compiles the given file. (Not implemented)

Copyright (c) 2021 William Rågstad