- Compiled to native Assembly
- Static & Strong Typing
- No dependencies
Currently, the only supported backend is x86_64 NASM.
- C11 Toolchain
- Nothing else!
- NASM (for assembly)
- CC (for linking with C runtime)
$ git clone https://github.com/lukasx999/seron.git
$ cd seronc/src
$ make
$ pipx install compiledb
$ compiledb make
- Extern Procedures
- Add / Sub / Mul / Div
- Procedure calls
- Inline Assembly
- Parameters
- Procedures
- Parameters
- Returnvalue
- Variables
- While Loop
- If/Else Statement