9 lines
282 B
Markdown
9 lines
282 B
Markdown
# 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.
|