Senney / lox-interpreter-ts

"Lox" language interpreter, following the guidance of the Crafting Interpreters book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lox Interpreter

This is a "Lox" interpreter, as described by the book "Crafting Interpreters". It's being developed for self-study with the Neo Book Club. For a challenge, it's built using Typescript rather than the prescribed Java.

About

"Lox" language interpreter, following the guidance of the Crafting Interpreters book


Languages

Language:TypeScript 100.0%