mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 03:01:17 +00:00
Update link to Kaitai Struct documentation
This commit is contained in:
parent
c9b7abbe08
commit
8e037b41a8
@ -5,7 +5,7 @@ This folder contains documentation for LEGO Island's custom binary file formats
|
||||
## What is Kaitai Struct?
|
||||
|
||||
Kaitai Struct allows you to define binary formats in a YAML-based `.ksy` file, which can then be:
|
||||
- Compiled into parser libraries for [many programming languages](https://doc.kaitai.io/lang_cpp_stl.html) (C++, Python, JavaScript, etc.)
|
||||
- Compiled into parser libraries for [many programming languages](https://kaitai.io/#quick-start) (C++, Python, JavaScript, etc.)
|
||||
- Visualized interactively using the [Kaitai Struct Visualizer](https://github.com/kaitai-io/kaitai_struct_visualizer)
|
||||
- Dumped to human-readable formats using `ksdump`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user