pixelscript 0.5.1

Multi language scripting runtime
Documentation
1
2
3
4
5
6
7
8
# Gotchas

A list of headaches that I've run into while using this library. That will be changed if possible.

## Python (pocketpy)

- When running `pxs_call` it will go through a checklist until the function is found BY NAME.
    - builtins 
    - current module
    - __main__ module