mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
702 B
702 B
Title | Description | showthedate |
---|---|---|
Programming Languages | Designing and Implementing Programming Languages | false |
Back in the Fall of 2018, under the guidance of Ian Finlayson, I worked towards creating a programming language similar to SLOTH (Simple Language of Tiny Heft). The language as of now is interpreted and supports array based programming.
Github repository outlining my work.
Short Notes on Types of Programming Languages
Before this study, I worked though a book called "Build your own Lisp" and my implementation of a lisp like language: Lispy Code