Skip to content
/ GLox Public

🔨 GLox is an interpreter for a toy language "Lox" based on Go.

Notifications You must be signed in to change notification settings

fade03/GLox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lox is a Turing complete language which combines functional and object-oriented features. It's a toy language for learning, so it may not be very performant.

You can find some Lox code in resources/lox folder.

The interpreter is not fully tested, once I find a bug, I will fix it as soon as possible.

Usage:

cd ./cmd
go build -o glox
./glox -s "source_file_path"

About

🔨 GLox is an interpreter for a toy language "Lox" based on Go.

Topics

Resources

Stars

Watchers

Forks

Languages