Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 1.07 KB

README.md

File metadata and controls

32 lines (17 loc) · 1.07 KB


About

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

Supported Languages

JavaScript

Fully supported ES5 (as far as I'm aware), partially supported ES6.

TypeScript

Not counting JavaScript support, only partial support for types and TS keywords.

Running code

No example yet! But you can take a look at the test package.

Credits