Ian Moffett 52826975e8 core: Add initial symbol table impl
For now, symbol lookups are to require a linear scan. We can speed this
up in the future by adding a cache and further down the line considering
a hashmap.

Signed-off-by: Ian Moffett <ian@mirocom.org>
2026-02-15 13:06:55 -05:00
2026-02-15 13:06:55 -05:00
2026-02-13 22:48:10 -05:00
2026-02-13 22:48:10 -05:00
2026-02-13 22:48:10 -05:00
2026-02-13 23:49:36 -05:00

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.

Description
The Rifle programming language.
Readme BSD-3-Clause 117 KiB
Languages
C 99.3%
Makefile 0.7%