SkillAgentSearch skills...

Golox

The Lox interpreter written in Go

Install / Use

/learn @jfourkiotis/Golox
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

The Lox interpreter written in Go.

Current status: Feature Complete.

Extra features

  • continue statement
  • break statement
  • comma operator (,)
  • ternary operator (?:)
  • power operator (**, right associative)
  • uninitialized variable access is a runtime error
  • unused local variables, functions and classes is an error
  • class properties
  • class methods

Build Status

View on GitHub
GitHub Stars23
CategoryDevelopment
Updated4mo ago
Forks3

Languages

Go

Security Score

92/100

Audited on Nov 11, 2025

No findings