JavaScript
fromSlicker
23 hours agoMini Logo Interpreter in 100 lines of pure JS
Compact single-file Logo interpreter in ~100 lines of JavaScript implements forward, left, right, repeat, and color_cycle, using tokenizer, parser, executor, and HTML5 canvas.