Skip to content

Learn how to implement a programming language

Notifications You must be signed in to change notification settings

spandanb/spanlox

Repository files navigation

SpanLox

Overview

Attempting to implement a programming language in Python, by following the great Crafting Interpreters guide.

Current Status

  • Tokenizer is completed
  • building out parser

Usage

Start REPL:

python lox.py

Run script:

python lox.py

About

Learn how to implement a programming language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages