concepts.dsl.parsers.fol_python_parser#
Functions
|
Get the single expression in the module. |
|
Get the single function definition in the module. |
Get the literal value or identifier name of a constant. |
|
|
Get the multiple expressions in the module. |
|
Get the arguments, return type, and body of a simple function. |
Classes
A parser to parse first-order logic (FOL) expressions in Python syntax. |