README.md
setup.py
src/IDScript/__init__.py
src/IDScript/__main__.py
src/IDScript/gramm.lark
src/IDScript/compile/__init__.py
src/IDScript/compile/builtin.py
src/IDScript/compile/compile.py
src/IDScript/compile/compiler.py
src/IDScript/compile/entrypoint.py
src/IDScript/compile/node.py
src/IDScript/compile/parse.py
src/IDScript/compile/Compiler/TOKEN.json
src/IDScript/compile/Compiler/TOKEN.py
src/IDScript/compile/Compiler/__init__.py
src/IDScript/compile/Compiler/__main__.py
src/IDScript/compile/Compiler/api.py
src/IDScript/compile/Compiler/bytecode.py
src/IDScript/compile/Compiler/backend/__init__.py
src/IDScript/compile/Compiler/backend/vm_compiler.py
src/IDScript/compile/Compiler/builtins/__init__.py
src/IDScript/compile/Compiler/builtins/functions.py
src/IDScript/compile/Compiler/builtins/types.py
src/IDScript/compile/Compiler/frontend/__init__.py
src/IDScript/compile/Compiler/frontend/parser.py
src/IDScript/compile/Compiler/runtime/__init__.py
src/IDScript/compile/Compiler/runtime/vm.py
src/IDScript/compile/Utils/Simple.py
src/IDScript/compile/Utils/Struct.py
src/IDScript/compile/Utils/Types.py
src/IDScript/compile/Utils/__init__.py
src/IDScript/compile/Utils/scope.py
src/IDScript/compile/Utils/utils.py
src/IDScript/compile/ids_ast/__init__.py
src/IDScript/compile/ids_ast/nodes.py
src/IDScript/compile/parser/__init__.py
src/IDScript/compile/parser/transformer.py
src/IDScript/compile/runtime/__init__.py
src/IDScript/compile/runtime/compiler.py
src/IDScript/compile/runtime/config.py
src/IDScript/compile/runtime/control.py
src/IDScript/compile/runtime/enum.py
src/IDScript/compile/runtime/scope.py
src/IDScript/compile/runtime/structure.py
src/IDScript/compile/runtime/types.py
src/IDScript/compile/testing/__init__.py
src/IDScript/compile/testing/conftest.py
src/IDScript/compile/testing/test_cli.py
src/IDScript/compile/testing/test_compile.py
src/IDScript/compile/testing/test_struct_runtime.py
src/idscript.egg-info/PKG-INFO
src/idscript.egg-info/SOURCES.txt
src/idscript.egg-info/dependency_links.txt
src/idscript.egg-info/entry_points.txt
src/idscript.egg-info/requires.txt
src/idscript.egg-info/top_level.txt