ikskuh / LoLa

LoLa is a small programming language meant to be embedded into games.
https://lola.random-projects.net/
MIT License
194 stars 10 forks source link

Create live playground on the website #30

Closed ikskuh closed 4 years ago

ikskuh commented 4 years ago

Utilizing wasm and zig, it should be possible to easily create a live playground on the website with the compiler hosted in wasm.

ikskuh commented 4 years ago

It's implemented now in https://lola.random-projects.net/playground.htm, but it's not linked yet from the main page. Do this!

ikskuh commented 4 years ago

Playground is now fully functional