Skip to content
  • Phil Jones's avatar
    Add support for parsing modules in the same file. · 7f6937d9
    Phil Jones authored
    This allows a sort of scope to be defined within kat files, allowing
    complex setups to be treated as single objects similar to the existing
    module code. Note that modules are treated very much like a different
    file, with no knowledge of their parent i.e. components in the parent
    file cannot be accessed from within the sub-module.
    
    For a brief example, see `examples/general/objects.py`
    7f6937d9