-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Andrey Kalmatskiy edited this page Nov 22, 2017
·
8 revisions
FileFormat.CML
features:
"Stores structures and fields, not just key-value maps."
"Stores arbitrary cross-references, not only tree-like structures."
"Simple, compact, clear, unambiguous syntax."
"Can store binary data."
"Ideally suitable both for human reader and computer parsing."
"Already supported in C/C++, Java, JavaScript."
; this text is a CML file
- CML Samples
- CML Syntax
- C:
- C++
- You can use all C interfaces
- Or a more handy C++ API
- Java
- JavaScript