docs: Add README.md

Signed-off-by: Ian Moffett <ian@mirocom.org>
This commit is contained in:
2026-02-13 23:49:36 -05:00
parent ce86a7a2b1
commit 5cbb5dc5dd

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
# The Rifle programming language
The Rifle programming language is an opinionated compiled systems language aimed to be
as explicit as possible (i.e., avoiding the usage of implicit optimization).
## Building
To build the Rifle compiler, simply run ``make`` in the project root.