Crates.io | neptune-lang |
lib.rs | neptune-lang |
version | 0.1.3 |
source | src |
created_at | 2022-04-14 11:04:16.477781 |
updated_at | 2022-04-17 12:05:05.664184 |
description | An embeddable scripting language |
homepage | |
repository | https://github.com/Srinivasa314/neptune-lang |
max_upload_size | |
id | 567434 |
size | 13,703,872 |
Neptune is a dynamically typed scripting language
The CLI be installed by the command given below. You must have the rust compiler and a C++ compiler. The C++ compiler can be set using the CXX environment variable. Clang is recommended for best performance.
cargo install neptune-cli
At the moment the CLI has a few basic functions and a REPL. The REPL supports multiline entries and the following shortcuts.
Command | Description |
---|---|
Ctrl-L | Clear the screen |
Ctrl-C | Interrupt/Cancel editing |
Ctrl-D | Quit REPL |
Up arrow | Previous history entry |
Down arrow | Next history entry |
To embed it in rust you can use the library from crates.io.