LICENSE
README.md
pyproject.toml
pystacker.egg-info/PKG-INFO
pystacker.egg-info/SOURCES.txt
pystacker.egg-info/dependency_links.txt
pystacker.egg-info/entry_points.txt
pystacker.egg-info/requires.txt
pystacker.egg-info/top_level.txt
stacker/__init__.py
stacker/__main__.py
stacker/constant.py
stacker/error.py
stacker/error_formatter.py
stacker/reserved.py
stacker/stacker.py
stacker/data/about.txt
stacker/data/help.txt
stacker/data/top.txt
stacker/engine/__init__.py
stacker/engine/core.py
stacker/engine/data_type.py
stacker/engine/scope.py
stacker/engine/sfunction.py
stacker/engine/slambda.py
stacker/engine/smacro.py
stacker/include/__init__.py
stacker/include/include.py
stacker/include/stk_file_read.py
stacker/lib/__init__.py
stacker/lib/config.py
stacker/lib/ui_tools.py
stacker/manager/__init__.py
stacker/operators/__init__.py
stacker/operators/aggregate.py
stacker/operators/algebra.py
stacker/operators/arith.py
stacker/operators/base.py
stacker/operators/bitwise.py
stacker/operators/comparison.py
stacker/operators/defmacro.py
stacker/operators/defun.py
stacker/operators/eval.py
stacker/operators/exit.py
stacker/operators/file.py
stacker/operators/hof.py
stacker/operators/if_else.py
stacker/operators/include.py
stacker/operators/io.py
stacker/operators/list.py
stacker/operators/lmd.py
stacker/operators/logic.py
stacker/operators/loop.py
stacker/operators/manager.py
stacker/operators/math.py
stacker/operators/os.py
stacker/operators/random.py
stacker/operators/setting.py
stacker/operators/stack.py
stacker/operators/string.py
stacker/operators/system.py
stacker/operators/time.py
stacker/operators/transform.py
stacker/operators/types.py
stacker/plugins/__init__.py
stacker/plugins/matrix.py
stacker/plugins/whos.py
stacker/runtime/__init__.py
stacker/runtime/exec_modes/__init__.py
stacker/runtime/exec_modes/commandline_mode.py
stacker/runtime/exec_modes/error.py
stacker/runtime/exec_modes/execution_mode.py
stacker/runtime/exec_modes/repl_mode.py
stacker/runtime/exec_modes/script_mode.py
stacker/slib/__init__.py
stacker/syntax/__init__.py
stacker/syntax/lexer.py
stacker/syntax/parser.py
stacker/syntax/test_parser.py
stacker/util/__init__.py
stacker/util/color.py
stacker/util/disp.py
test/test_aggregate.py
test/test_apply.py
test/test_cond.py
test/test_defmacro.py
test/test_defmacro_advanced.py
test/test_defun.py
test/test_defun_advanced.py
test/test_error_formatter.py
test/test_error_messages.py
test/test_expand.py
test/test_hof_advanced.py
test/test_if_else_statement.py
test/test_include.py
test/test_inline_comments.py
test/test_lambda.py
test/test_list_primitives.py
test/test_loop_advanced.py
test/test_loop_statement.py
test/test_no_dollar_in_blocks.py
test/test_no_dollar_syntax.py
test/test_reduce.py
test/test_scope.py
test/test_stacker.py
test/test_string_apostrophe.py
test/test_transform.py
test/test_while_loop.py