An open API service indexing awesome lists of open source software.

https://github.com/stackroost/aeonix-compiler

Aeonix ebpf linux kernel scripting programming language
https://github.com/stackroost/aeonix-compiler

ebpf linux-kernel scripting-language zig

Last synced: 6 months ago
JSON representation

Aeonix ebpf linux kernel scripting programming language

Awesome Lists containing this project

README

          

# aeonix-compiler

A compiler for the Aeonix programming language, written in Zig. Supports compilation to eBPF and x86_64 targets.

## Building

```bash
zig build
```

## Usage

```bash
./zig-out/bin/aeonix [command] [file]
```

Commands:
- `build `: Compile Aeonix source
- `run `: Compile and execute
- `check `: Syntax and verifier checks
- `ir `: Emit intermediate representation
- `help`: Show command help