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
- Host: GitHub
- URL: https://github.com/stackroost/aeonix-compiler
- Owner: stackroost
- License: other
- Created: 2025-12-02T16:20:03.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-12-15T17:25:23.000Z (6 months ago)
- Last Synced: 2025-12-18T22:40:39.627Z (6 months ago)
- Topics: ebpf, linux-kernel, scripting-language, zig
- Language: Zig
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: docs/roadmap.md
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