What a Language Needs Before It Can Compile Itself
Code: Megapixel99/lambda-language
lm is a small low-level language I wrote: static types, explicit memory, no closures, no garbage collector, and four independent backends that emit C, WebAssembly, ARM64 and bytecode for a VM. Its compiler is about 4,400 lines of JavaScript. The obvious next quest
Frontend·
3
DEV Community