Skip to content

Official Repository of the Fox Programming Language.

Notifications You must be signed in to change notification settings

mrpascal1/FoxLang

Repository files navigation

Fox

Fox is an enhanced implementation of lox, written in Java.

Notable additions

Along with the code in Crafting Interpreters, I've implemented:

  • Arrays
  • References
  • Modules and imports
  • Standard library
  • Multi-line comments (they can nest!)
  • Comma operator
  • Ternary (conditional) operator
  • Static class methods (metaclass)
  • Getter methods
  • print as a foreign function
  • Other foreign functions like put()

About

Official Repository of the Fox Programming Language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published