Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
This task is to add support for frames in the python API,
after adding automatic generated builtinscripts the missing support of the Frames is apparent.
Therefore this task is to add a Frame support to the API, to enable calling the builtin functions that leverage the frames.
1. Make a parser that takes arrays of string and parse into the JVM that then becomes Frames.
2. Write tests for builtins that are generated
3. Verify that the generation of the functions are correct