MartinKoch123 / yaml

MATLAB YAML parser and emitter based on SnakeYAML
MIT License
22 stars 7 forks source link

YAML 1.2 #8

Closed michalkvasnicka closed 2 years ago

michalkvasnicka commented 2 years ago

Do you plan to upgrade your yaml parser for MATLAB to be compatible with YAML 1.2 specs via latest snakeyaml-engine?

MartinKoch123 commented 2 years ago

Good idea, I'll look into it.

michalkvasnicka commented 2 years ago

Thanks in advance ... :)

MartinKoch123 commented 2 years ago

@michalkvasnicka: If you like you can use this branch where updated to snakeyaml engine 2.3 which supports YAML 1.2. However, I noticed some odd behaviour, e.g., ~ or True is not recognized as null and boolean true which is why I did not merge it yet.