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

Design and implement a C abi compatible interface #28

Open ikskuh opened 4 years ago

ikskuh commented 4 years ago

Right now, the LoLa implementation is only usable from within Zig and is not C compatible. This should change so other people can embed the runtime and compiler in foreign-language projects