kaitai_struct_compiler icon indicating copy to clipboard operation
kaitai_struct_compiler copied to clipboard

Kaitai Struct: compiler to translate .ksy => .cpp / .cs / .dot / .go / .java / .js / .lua / .nim / .php / .pm / .py / .rb

Results 76 kaitai_struct_compiler issues
Sort by recently updated
recently updated
newest added

Fixes the test: ``` [info] - lua:[0 + 1, 5].as *** FAILED *** [info] scala.NotImplementedError: an implementation is missing [info] at scala.Predef$.$qmark$qmark$qmark(Predef.scala:344) [info] at io.kaitai.struct.translators.BaseTranslator.doByteArrayNonLiteral(BaseTranslator.scala:179) [info] at io.kaitai.struct.translators.BaseTranslator.doByteArrayNonLiteral(BaseTranslator.scala:28) [info] at...

Currently Python (and Construct) KST test `tests\formats\expr_bytes_non_literal.ksy` ```yaml meta: id: expr_bytes_non_literal seq: - id: one type: u1 - id: two type: u1 instances: calc_bytes: value: '[one, two].as' ``` failed with...

Fixes https://github.com/kaitai-io/kaitai_struct/issues/961 I have not decided yet, how to test that, so draft for now

fixes the following exception, which breaks usage with ksdump: Exception in thread "main" scala.MatchError: ArrayBuffer(...)

Big, scary looking PR, but in reality it's rather straightforward which mostly addresses https://github.com/kaitai-io/kaitai_struct/issues/69 in 3 steps: * TranslatorSpec: adjust existing tests which were ok with too many parenthesis to...

In `SharedPointers` mode compiler is never generate the correct code and in many cases just throw `MatchError` due to missing arms in switches. It was not even possible to ran...

Hello everybody, my name is [Oleh Dolhov](https://github.com/Agile86), my collegue name is [Vitaly Reshetyuk](https://github.com/revitalyr), we are from Stroz Friedberg (AON) providing this PR to bring Rust-language support to Kaitai. Right now...

Runtime: https://github.com/kaitai-io/kaitai_struct_c_runtime/pull/1 Tests: https://github.com/kaitai-io/kaitai_struct_tests/pull/97