LLL Programming Language

Code: https://gitlab.com/leah_u/lll
Interactive Playground: https://lll.ulmschneider.ch
Playground Code: https://gitlab.com/leah_u/lll_playground

Introduction

LLL is my first proper attempt at designing and implementing a useful and modern programming language. To give me some direction, I leaned heavily on the excellent Crafting Interpreters book by Robert Nystrom. I did however make some of my own choices when it came to language design and implementation. I also chose to implement the interpreter in Rust, which presented me with some additional challenges due to my limited knowledge of that language, but also allowed me to learn a lot of new things about it.

Try it out!

If you want to try out LLL yourself, you can do so with the interactive playground at https://lll.ulmschneider.ch. There is currently no comprehensive documentation on the capabilities of the language, but there are some examples to get started with.