sable

command module
v0.0.0-...-724e561 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 23, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

README

sable

Work-in-progress systems language made, mostly, for people that want:

  • C's simplicity (kinda).
  • Zig's explicitness.
  • Some of Rust's nice features (like, really, just a few).

Usage

To install it simply use Go's wonderful install command:

go install codeberg.org/nykenik24/sable@latest

Or, alternatively, clone the repo and build it yourself:

git clone https://codeberg.org/nykenik24/sable
make all
make install

I recommend you use go install, it will just fetch, build and install the repo in your system!

Then, just write your sable file in whatever IDE you use and do:

sable file.sbl

Use sable --help to see everything you can do!

Progress

Right now it has:

  • Lexer and parser.
  • A semantic checker.

TODO:

  • Optimizer.
  • Compiler.

Planned for post-v1 (or post-first-stable-release-thingy-yada-yada):

  • Website.
  • Self-host.

Support & contact

You can mail me or open an issue.

If you like the project, consider starring it!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
ir

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL