| Crates.io | abyss-lang |
| lib.rs | abyss-lang |
| version | 0.3.1 |
| created_at | 2024-08-21 16:36:41.677718+00 |
| updated_at | 2025-11-22 20:03:38.954798+00 |
| description | AbySS: Advanced-scripting by Symbolic Syntax |
| homepage | |
| repository | https://github.com/liebe-magi/abyss-lang |
| max_upload_size | |
| id | 1346713 |
| size | 402,456 |

AbySS blends symbolic, spell-inspired syntax with a fast Rust core. Use it to iterate in an interpreter, script automation, or explore new language ideas—all while staying in a magical frame of mind.
forge, oracle, and orbit.chumsky and ariadne for resilient parsing and diagnostics.cargo install abyss-lang
Or build from source:
cd abyss-lang
cargo install --path .
abyss cast # interactive interpreter
abyss invoke examples/hello.aby
abyss align path/to/script.aby
The full language reference, tutorials, and roadmap now live in the Starlight docs.
cd docs
bun install
bun run dev
Every ```abyss sample on the site uses the same grammar as the VS Code extension, so highlighting stays in sync with the repo.
cargo llvm-cov ready – run cargo llvm-cov --open for coverage reports; CI uploads to Codecov with the same command.MIT License © liebe-magi