LICENSE
MANIFEST.in
README.md
mkdocs.yml
setup.py
docs/demos.md
docs/generate_whatsnew.py
docs/glossary.md
docs/guide.md
docs/index.md
docs/misc.md
docs/whatsnew.md
docs/custom_dir/demos.html
docs/getting-started/commands.md
docs/getting-started/installation.md
docs/getting-started/simple_demo.md
src/uel/Constants.py
src/uel/__init__.py
src/uel/__main__.py
src/uel/cli.py
src/uel/colors.py
src/uel/constants.py
src/uel/helpers.py
src/uel/main.py
src/uel/objects.py
src/uel/py.typed
src/uel/ueargparse.pyx
src/uel.egg-info/PKG-INFO
src/uel.egg-info/SOURCES.txt
src/uel.egg-info/dependency_links.txt
src/uel.egg-info/entry_points.txt
src/uel.egg-info/requires.txt
src/uel.egg-info/top_level.txt
src/uel/builder/__init__.py
src/uel/builder/lexer.py
src/uel/builder/parser.py
src/uel/builder/position.py
src/uel/builder/ast/__init__.py
src/uel/builder/ast/abstractnode.py
src/uel/builder/ast/addnode.py
src/uel/builder/ast/binopnode.py
src/uel/builder/ast/callfunctionnode.py
src/uel/builder/ast/constant.py
src/uel/builder/ast/containernode.py
src/uel/builder/ast/divnode.py
src/uel/builder/ast/expressionnode.py
src/uel/builder/ast/functionnode.py
src/uel/builder/ast/ifnode.py
src/uel/builder/ast/importnode.py
src/uel/builder/ast/isequal.py
src/uel/builder/ast/minusnode.py
src/uel/builder/ast/modulenode.py
src/uel/builder/ast/multnode.py
src/uel/builder/ast/pushstackvaluenode.py
src/uel/builder/ast/putnode.py
src/uel/builder/ast/repeatnode.py
src/uel/builder/ast/returnnode.py
src/uel/builder/ast/sequencenode.py
src/uel/builder/ast/singlenode.py
src/uel/builder/ast/variablenode.py
src/uel/builder/bytecode/__init__.py
src/uel/builder/bytecode/asttobytecodecollectioncompiler.py
src/uel/builder/bytecode/bytecodeinfo.py
src/uel/builder/bytecode/uelbytecodecompiler.py
src/uel/builder/token/__init__.py
src/uel/builder/token/tokenconstants.py
src/uel/builder/token/tokennode.py
src/uel/builder/token/tools/__init__.py
src/uel/builder/token/tools/identifier.py
src/uel/bytecodefile/__init__.py
src/uel/bytecodefile/_compress.c
src/uel/bytecodefile/compress.py
src/uel/errors/__init__.py
src/uel/errors/raiseerror.py
src/uel/errors/throwexception.py
src/uel/errors/toodotserror.py
src/uel/errors/uelbaseexception.py
src/uel/errors/uelbuildtimeexception.py
src/uel/errors/uelexception.py
src/uel/errors/uelsyntaxerror.py
src/uel/errors/unknownsyntaxerror.py
src/uel/errors/runtime/__init__.py
src/uel/errors/runtime/throw.py
src/uel/errors/runtime/uelmakeobjecterror.py
src/uel/errors/runtime/uelruntimeerror.py
src/uel/impl/sequence/sequence.c
src/uel/impl/sequence/sequence.h
src/uel/include/core.h
src/uel/include/dev-utils.h
src/uel/libary/__init__.py
src/uel/libary/builtins.py
src/uel/libary/helpers.py
src/uel/libary/_time/module.py
src/uel/libary/default/patch.py
src/uel/libary/math/module.py
src/uel/libary/sequence/module.pyx
src/uel/nominify/version.py
src/uel/omit/testing/mixins.py
src/uel/puel/dev-utils.c
src/uel/pyexceptions/CustomError.py
src/uel/pyexceptions/__init__.py
src/uel/pyexceptions/customerror.py
src/uel/pyexceptions/nerver.py
src/uel/runner/__init__.py
src/uel/runner/executecontext.py
src/uel/runner/frame.py
src/uel/runner/importlib.py
src/uel/runner/stack.py
src/uel/runner/ueval.pyx
src/uel/runner/task/__init__.py
src/uel/runner/task/abstracttask.py
src/uel/runner/task/buildcode.py
src/uel/runner/task/runcode.py
src/uel/tools/__init__.py
src/uel/tools/attr.py
src/uel/tools/func/__init__.py
src/uel/tools/func/share/__init__.py
src/uel/tools/func/share/runtime_type_check.py
src/uel/tools/func/wrapper/__init__.py
src/uel/tools/func/wrapper/single_call.py
src/uel/tools/func/wrapper/with_out.py
src/uel/ue_web/__init__.py
src/uel/ue_web/ueweb.py
src/uel/utils/get_stack_top.py
src/uel/web/index.html
src/uel/web/js/index.js
tests/test_bytecodefile.py
tests/test_cli.py
tests/test_modules.py
tests/test_run.py
tests/test_sequence_impl.py
tools/imports_flush.py
tools/report.py