aether-azathoth 0.5.3

A lightweight, embeddable domain-specific language (DSL) interpreter with rich standard library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
language = "C"
cpp_compat = true

[export]
include = ["AetherHandle", "AetherErrorCode"]

[export.rename]
"AetherHandle" = "AetherHandle"
"AetherErrorCode" = "AetherErrorCode"

[parse]
parse_deps = false
include = ["aether"]
exclude = ["wasm_bindgen"]

[fn]
prefix = ""
postfix = ""