From 5cbb5dc5dd8dd3b5162331bd1790aa2c7e451014 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Fri, 13 Feb 2026 23:49:36 -0500 Subject: [PATCH] docs: Add README.md Signed-off-by: Ian Moffett --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..90435d0 --- /dev/null +++ b/README.md @@ -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.