Aria

A low-level systems programming language
git clone git://git.m21c.me/Aria.git
Log | Files | Refs | README | LICENSE

commit ee426a46f78efcb5dc2f527b3e4581c867c3cea6
parent 0c0be1e545a23e774072fc15efc61e54e6bd43d0
Author: m21c <ho*******@gmail.com>
Date:   Sat, 13 Jun 2026 22:45:19 +0200

add README file

Diffstat:
AREADME | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -0,0 +1,7 @@ +This project is still a work in progress. It probably +won't work correctly. Essential features are yet to +be implemented. + +This program is a compiler for a low-level systems +programming language. The language aims to be an +improved version of C with a concise syntax.