yaml / yamlscript

Programming in YAML
MIT License
358 stars 31 forks source link

Compile to a shared library #143

Open ingydotnet opened 2 weeks ago

ingydotnet commented 2 weeks ago

The ys command already can compile YAMLScript files (with a main function) to a binary executable (using native-image).

This is about doing the same thing but creating a standard library.

We need to also output the necessary header files for binding to it.

After this we can think about how to also generate language bindings to it in 42 different languages (like, say, Python).