Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 511 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 511 Bytes

Golang implementation of lox

This is an golang implementation of the lox-language interpreter to get aquainted with building interpreters. So it is inspired by:

CraftingInterpreters

This is a rewrite of the java implementation of the book.

Thank you @munificent for publishing the instructions.

Travis Build