mreichelt / monkey-dart

Writing an interpreter for the Monkey 🐒 language in Dart
BSD 2-Clause "Simplified" License
28 stars 2 forks source link

Surprise: Make a web component to try out Monkey code #2

Closed mreichelt closed 7 years ago

mreichelt commented 7 years ago

Now that we have a fully working implementation of Monkey in Dart, the logical next step is to build something like the REPL for the web.

mreichelt commented 7 years ago

And exactly timed as a birthday present for @mrnugget, the author of 'Writing an interpreter in Go': Here comes the web component! :D https://github.com/mreichelt/monkey-shell