9 lines
308 B
Org Mode
9 lines
308 B
Org Mode
* Pinky
|
|
|
|
[[https://pinky-lang.org/][Pinky]] is a little toy programming language, designed to teach about compilers
|
|
and interpreters development.
|
|
|
|
In this repository, you'll find the implementation for both an interpreter and
|
|
compiler of Pinky, the project is pretty new so there is still quite a way to
|
|
go.
|