All code for my personal projects can be seen on my personal GitHub and GitLab pages: https://github.com/sv4u and https://gitlab.com/sv4u
Crypt-ML
- Experiments in cryptography and machine learning
Learner’s LISP
- LISP language meant to help introduce students to functional programming and principles
clacc
- clacc is a compiler that takes Clac (a reverse Polish notation calculator from the CMU course 15-122) code and outputs C0 bytecode, also from 15-122