Open msujew opened 2 years ago
Maybe build a web-interpreter?
Sounds good, the project already contains an interpreter. It might need to be extended/modified though.
I made some changes to the lox language server, but I don't have permission to publish the branch.
@emilkrebs You could always fork the repo :)
I gave you write access to the project though.
Yeah, will do that next time! Thank you!
The Langium Lox example is a fairly complex sample language that shows a few advanced language features, such as expressions, member calls, functions (with inner functions as well).