Ichor is a WIP language interpreter for Java that supports JavaScript, TypeScript and other languages in the future, made from scratch by some guy who was just really bored.
It's loosely based on concepts of Crafting Interpreters' JLox and Mozilla's Rhino.
Discord Server: discord.gg/lat
Fully supported ES5 (as far as I'm aware), partially supported ES6.
Not counting JavaScript support, only partial support for types and TS keywords.
No example yet! But you can take a look at the test package.
- game-icons.net for icon
- Crafting Interpreters by Robert Nystrom (Great book, read it if you are interested in making your own language/interpreter)