Stargaze

A LISP dialect.

1. Download

Visit the code repository on GitHub here.

2. Build

nimble build -d:release

3. Use

Usage: stargaze [options] [file]
stargaze         -    start repl.
stargaze [file]  -    use [file] as input (but don't start repl)

Options:
    -v          -    show version.
    -h          -    show help.
    -i          -    start repl after the source file is processed.

4. Document

Please refer to the user manual.

Created: 2024-08-22 Thu 14:11

Validate