-
Notifications
You must be signed in to change notification settings - Fork 3
Files Types
Tsukini edited this page Jul 4, 2026
·
4 revisions
| Extension | Usage |
|---|---|
icf |
Input Configurations Files |
ocf |
Output Configurations Files |
vcf |
Visual Configurations Files |
pc-<extension> |
Special files used for execution optimization |
Note
These files are configurations files writed by users for input/output/visual used by the engine
content: See at the language documentation for the content definition
Caution
These files are generated automatically and shouldn't be edited manualy under any circumstances (except removing them), risk of undefined behavior
Important
These files are temporary ones, they only stored for some time
<magic>:
- value set at 0x22
<version>:
- version of the engine used to parse and interpret the file
<ETX>:
- ascii code 0x03
<hash>:
- SHA-1
- hash of the origin linked file
<ETB>:
- ascii code 0x17
<data>:
- pre-compiled data for optimization during execution
content:
<magic>
<version><ETX>
<hash><ETB>
<data>
Home · Files Types . Language · Architecture . API · Examples
Convertly is licensed under CC BY-NC 4.0.