let a = 5;
let b = 10;
let c = a + b;
if (c > 10) {
console.log(c);
} else {
let d = c * 2;
console.log(d);
}
AST will appear here after compilation. This is a REAL recursive-descent parser, not regex hacking.
Built with love, caffeine, a real recursive-descent parser, and mass amounts of 8-bit nostalgia
💡 The Z80 was designed by Federico Faggin in 1976