You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I played with this project lately, and need a YAML parser functionality. So, I created one here: https://github.com/syaiful6/yaml.kk It also can be used as reference how to call FFI, especially C. I also learned a lot. But, to my surprise it far more easier than writing OCaml FFI. 👍
It still not completed, currently it will yield libyaml event for the given file. I am still tinkering how the API will look like. It will be nice, if we can serialize/deserialize it into our struct/data type.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I played with this project lately, and need a YAML parser functionality. So, I created one here: https://github.com/syaiful6/yaml.kk It also can be used as reference how to call FFI, especially C. I also learned a lot. But, to my surprise it far more easier than writing OCaml FFI. 👍
It still not completed, currently it will yield libyaml event for the given file. I am still tinkering how the API will look like. It will be nice, if we can serialize/deserialize it into our struct/data type.
Beta Was this translation helpful? Give feedback.
All reactions