Categorygithub.com/FollowTheProcess/glox
repository
0.0.0-20250305181417-3400f057e457
Repository: https://github.com/followtheprocess/glox.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

glox

License Go Report Card GitHub CI codecov

A Go implementation of the Lox language from Crafting Interpreters

[!WARNING] glox is in early development and is not yet ready for use

caution

Project Description

My implementation of the Lox programming language from Crafting Interpreters, hacking my way through translating the Java/C code to idiomatic Go on the fly.

Quickstart

Credits

This package was created with copier and the FollowTheProcess/go_copier project template.