- Compiled to native Assembly
- Static & Strong Typing
- Familiar C/Rust-style syntax
- Easy interop with C APIs
- Building requires no dependencies
Currently, the only supported backend is x86_64 NASM.
- C11 Toolchain
- NASM (for assembling)
- CC (for linking with C runtime)
$ git clone https://github.com/lukasx999/seron.git
$ cd seron/seronc
$ make
$ ./seronc
Currently, only syntax highlighting is available for Vim. See editor/
.
Requires pipx
to be installed
$ pipx install compiledb
$ compiledb make