Module ZEN
Zencode language parser
Zencode is a Domain Specific Language (DSL) made to be understood by humans.
Its purpose is detailed in the Zencode Whitepaper and DECODE EU project.
Info:
- Copyright: Dyne.org foundation 2018-2020
The Zenroom VM is capable of parsing specific scenarios written in Zencode and execute high-level cryptographic operations described in them; this is to facilitate the integration of complex operations in software and the non-literate understanding of what a distributed application does.
This section doesn't provide the documentation on how to write Zencode. Refer to the links above to learn it. This documentation continues to illustrate internals: how the Zencode direct-syntax parser is made, how it integrates in the Zenroom memory model.
- License: AGPLv3
- Author: Denis "Jaromil" Roio
Functions
zencode:begin () | ZENCODE PARSER |