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
Hi NightFox, thanks for the suggestion. Yes, it is known. I did time ago a .ksy for the XYZ image format, which is pretty simple. It worked nicely from command line tools but the Kaitai Web IDE has a bug not allowing to display the structure on it.
About the LCF structure, it could be useful for visualization where liblcf is not suitable, but using SWIG is a possible alternative for users using other programming languages.
A suggestion for contributions (they are very welcome) is by providing a patch for the Python based liblcf code generator and create .ksy declarative code based on Jinja2 templates, like we do for C++ generation, so if we make changes in chunks in CSV files, updating C++ code and any other is simpler.
Hi guys. Do you know about Kaitai Struct?
http://kaitai.io/
It can generate c++ code from declarative format ksy (YAML).
For example: http://formats.kaitai.io/
This can simplify maintenance and reduce errors.
It even has visualization: https://github.com/kaitai-io/kaitai_struct_webide
Compilation available in other languages (you can give the opportunity to work with formats in other languages).
The text was updated successfully, but these errors were encountered: