26 lines
549 B
Markdown
26 lines
549 B
Markdown
## EAXCC
|
|
#### Emil, Anon, Xolatile C Compiler
|
|
|
|
A reduced implementation of the C Programming Language.
|
|
It utilizes a intermediary assembly called EAXHLA.
|
|
|
|
#### Building
|
|
|
|
Building is simple, run:
|
|
|
|
```sh
|
|
make bootstrap
|
|
make
|
|
```
|
|
|
|
You can add the `DEBUG=1` flag for debugging, see the Makefile for more options.
|
|
|
|
#### Licensing
|
|
|
|
Copyright 2024 Emil Williams, Anon8697, Ognjen Milan Robovic
|
|
|
|
EAXCC and its components are licensed under the GPLv3-only.
|
|
Any output, such as an executable or object file, is excempt from any terms of the GPLv3.
|
|
semantics
|
|
|