Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mingun/ksc-rs
Alternative Kaitai Struct (https://kaitai.io) compiler, written in pure Rust
https://github.com/mingun/ksc-rs
compiler kaitai-struct parsing
Last synced: 23 days ago
JSON representation
Alternative Kaitai Struct (https://kaitai.io) compiler, written in pure Rust
- Host: GitHub
- URL: https://github.com/mingun/ksc-rs
- Owner: Mingun
- License: mit
- Created: 2020-07-13T19:44:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T21:25:15.000Z (about 2 months ago)
- Last Synced: 2024-09-15T11:32:13.955Z (about 2 months ago)
- Topics: compiler, kaitai-struct, parsing
- Language: Rust
- Homepage:
- Size: 229 KB
- Stars: 14
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Differences from [original]
===========================
When feature `compatible` is not enabled (default), the following differences are present:- `repeat-until: ` is forbidden. Such value leads to an infinity parse
cycle, so it is useless to allow it
- `repeat-expr: ` is forbidden. Such values has no meaning
- `repeat` key is optional if `repeat-expr` or `repeat-until` is defined ([#776])[original]: https://github.com/kaitai-io/kaitai_struct_compiler
[#776]: https://github.com/kaitai-io/kaitai_struct/issues/776