alterae / lang

(an attempt to build) a programming language, as a learning experience and for fun
MIT License
3 stars 0 forks source link

lang

An attempt to build a programming language, as a learning exercise and for fun.

design goals

The goal is to make a simple proof-of concept programming language interpreter, implemented in Rust. The language will be expression-oriented, functional, and perhaps actually usable at some point (if I ever finish it).

license

this software is available under the terms of the MIT license. see the license for more details