/waiig

Interpreter written in Go

Primary LanguageGo

Differences vs book

  1. Array indexing wraps around len(arr), and accepts negative indices, similar to python.
  2. Array slicing implemented with similar semantics.