Here is a timeline of development for a programming language I worked on 2020-2023
This is a POC for first ~1/3 of compiler for new language I'm working on... This demo is just a shell for part of compiler that handles:
- Lexing
- Parsing (weird bc lang is postfix)
- Some optimizations
- Majority of type-checking and validation