We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The Python interface ./python/petta.py can be used as follows:
from sexpdata import loads from petta import * metta = PeTTa() wu = metta.process_metta_string("!(hello \"world\" 1.0 1)")[0] print(loads(wu)) #Output: #[Symbol('hello'), 'world', 1.0, 1]
We used sexpdata here to parse the returned S-expression string to Python datastructure (obtained via pip install sexpdata)
pip install sexpdata
There was an error while loading. Please reload this page.