Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 228 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 228 Bytes

Lox Interpreter

Created from scratch and with minimum hints using this amazing tutorial!.

How to run:

  • make sure you have Go installed.
  • inside the repo's directory run make run