Expand description
C-FFI interface for Aether language bindings
This module provides C-compatible functions for use with other languages through Foreign Function Interface (FFI).
Structs§
- Aether
Handle - Opaque handle for Aether engine
Enums§
- Aether
Error Code - Error codes returned by C-FFI functions
Functions§
- aether_
eval - Evaluate Aether code
- aether_
free - Free an Aether engine handle
- aether_
free_ string - Free a string allocated by Aether
- aether_
new - Create a new Aether engine instance
- aether_
new_ with_ permissions - Create a new Aether engine with all IO permissions enabled
- aether_
version - Get the version string of Aether