:py:mod:`pyab_experiment.utils.wraper_functions`
================================================

.. py:module:: pyab_experiment.utils.wraper_functions

.. autoapi-nested-parse::

   parsing module



Module Contents
---------------


Functions
~~~~~~~~~

.. autoapisummary::

   pyab_experiment.utils.wraper_functions.generate_code
   pyab_experiment.utils.wraper_functions.parse_source



.. py:function:: generate_code(text: str, expose_internal_fn: bool = False) -> str

   end to end code generation
   high level spec comes in and python
   function comes out


.. py:function:: parse_source(text: str) -> pyab_experiment.data_structures.syntax_tree.ExperimentAST


