monkeylang Implementation of monkey from "Writing an Interpreter in Go". Improvements Support Unicode. Simplify parsing digits and letters (instead of two different methods). Support floats.