eclipse-langium / langium-website

Source of langium.org
https://langium.org/
MIT License
14 stars 33 forks source link

Add Lox language to showcase #57

Open msujew opened 2 years ago

msujew commented 2 years ago

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).

emilkrebs commented 1 year ago

Maybe build a web-interpreter?

msujew commented 1 year ago

Sounds good, the project already contains an interpreter. It might need to be extended/modified though.

emilkrebs commented 1 year ago

I made some changes to the lox language server, but I don't have permission to publish the branch.

msujew commented 1 year ago

@emilkrebs You could always fork the repo :)

I gave you write access to the project though.

emilkrebs commented 1 year ago

Yeah, will do that next time! Thank you!