Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 606 Bytes

File metadata and controls

33 lines (20 loc) · 606 Bytes

ZScript Asscotiated File-Extensions

.zs : ZScript Source File.
.dh : zeD script Header File.
.dsx : zeD Script XML File.
.zsp : ZScript Packages File.


.zs

this files contain zscript source code.


.dh

this files contain zscript Types Declaration and also can be used to bundle many .zs files in to one .dh file which can bu used in code.


.dsx

this files are proposed to be used for XML syntax coding in zscript mainly required for DSL librires and frameworks.


.zsp

this files are used for packaging code and libraries so they can be distributed easily.