An ultra-simplified example of all the major pieces of a modern compiler written in easy to read JavaScript

☆ Yσɠƚԋσʂ ☆@lemmy.ml to General Programming Discussion@lemmy.ml – -2 points –
GitHub - jamiebuilds/the-super-tiny-compiler: :snowman: Possibly the smallest compiler ever
github.com
1

Interesting, but it lacks major backend parts such as instruction selection and register allocation.