LICENSE
README.md
setup.py
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/core.py
stacker/data_type.py
stacker/error.py
stacker/reserved.py
stacker/sfunction.py
stacker/slambda.py
stacker/smacro.py
stacker/stacker.py
stacker/valiable.py
stacker/data/about.txt
stacker/data/help.txt
stacker/data/top.txt
stacker/exec_modes/__init__.py
stacker/exec_modes/commandline_mode.py
stacker/exec_modes/error.py
stacker/exec_modes/excution_mode.py
stacker/exec_modes/repl_mode.py
stacker/exec_modes/script_mode.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/lib/function/__init__.py
stacker/lib/function/aggregate.py
stacker/lib/function/algebra.py
stacker/lib/function/arith.py
stacker/lib/function/base.py
stacker/lib/function/bitwise.py
stacker/lib/function/comparison.py
stacker/lib/function/defmacro.py
stacker/lib/function/defun.py
stacker/lib/function/eval.py
stacker/lib/function/exit.py
stacker/lib/function/file.py
stacker/lib/function/hof.py
stacker/lib/function/if_else.py
stacker/lib/function/include.py
stacker/lib/function/io.py
stacker/lib/function/list.py
stacker/lib/function/lmd.py
stacker/lib/function/logic.py
stacker/lib/function/loop.py
stacker/lib/function/math.py
stacker/lib/function/random.py
stacker/lib/function/setting.py
stacker/lib/function/stack.py
stacker/lib/function/string.py
stacker/lib/function/time.py
stacker/lib/function/transform.py
stacker/lib/function/types.py
stacker/manager/__init__.py
stacker/manager/operator_manager.py
stacker/plugins/__init__.py
stacker/plugins/matrix.py
stacker/plugins/whos.py
stacker/slib/__init__.py
stacker/slib/macro.stk
stacker/slib/sfunction.stk
stacker/syntax/__init__.py
stacker/syntax/lexer.py
stacker/syntax/parser.py
stacker/syntax/test_lexer.py
stacker/syntax/test_parser.py
stacker/util/__init__.py
stacker/util/color.py
stacker/util/disp.py
test/__init__.py
test/test_aggregate.py
test/test_algebra_operator.py
test/test_arith_operator.py
test/test_base_operator.py
test/test_bitwise_operator.py
test/test_block.py
test/test_comparation_operator.py
test/test_defmacro.py
test/test_defun.py
test/test_hpf_operator.py
test/test_if_else_statement.py
test/test_include.py
test/test_lambda.py
test/test_list_operator.py
test/test_logic_operator.py
test/test_loop_statement.py
test/test_math_operator.py
test/test_operator.py
test/test_special_operator.py
test/test_stack_operator.py
test/test_token.py
test/test_transform.py