Skip to content

Explorations in creating programming languages in Java

License

Notifications You must be signed in to change notification settings

LemmaEOF/LangExploration

Repository files navigation

Language Exploration

This is a repo where I'm gonna mess around with writing programming languages and interpreters! Right now there's just JLox (new name pending), an interpreter made following along with Crafting Interpreters and making my own tweaks. It's an inferred-type, class-based, object-oriented/imperative scripting language with C-like and Swift-like syntax. I may also follow along with the CLox part of Crafting Interpreters at a later date.

About

Explorations in creating programming languages in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages