AODQ / pulchritude-engine

lingua franca game engine
MIT License
0 stars 0 forks source link

add JSON -> PDS script #45

Closed AODQ closed 2 years ago

AODQ commented 2 years ago

Description

Adds a script that can convert JSON to PDS. This requires adding a 'bool' type that is currently unsupported in PDS.


Proposed new ABI

PULE_exportFn PuleDsValue puleDsCreateBool(bool const value);
PULE_exportFn bool puleDsAsBool(PuleDsValue const value);
PULE_exportFn bool puleDsIsBool(PuleDsValue const value);
AODQ commented 2 years ago

fixed at bc705edec199edb3b93c95fd1cb03c0aae3d3e26