COPYING
COPYING.LESSER
MANIFEST.in
NEWS.rst
README.rst
setup.cfg
setup.py
contrib/i8-mode.el
examples/factorial/factorial.i8
examples/factorial/test-factorial.py
src/i8c/__init__.py
src/i8c/cmdline.py
src/i8c/compat.py
src/i8c/constants.py
src/i8c.egg-info/PKG-INFO
src/i8c.egg-info/SOURCES.txt
src/i8c.egg-info/dependency_links.txt
src/i8c.egg-info/entry_points.txt
src/i8c.egg-info/top_level.txt
src/i8c/compiler/__init__.py
src/i8c/compiler/blocks.py
src/i8c/compiler/driver.py
src/i8c/compiler/emitter.py
src/i8c/compiler/exceptions.py
src/i8c/compiler/externals.py
src/i8c/compiler/lexer.py
src/i8c/compiler/logger.py
src/i8c/compiler/names.py
src/i8c/compiler/operations.py
src/i8c/compiler/optimizer.py
src/i8c/compiler/parser.py
src/i8c/compiler/serializer.py
src/i8c/compiler/stack.py
src/i8c/compiler/types.py
src/i8c/compiler/visitors.py
src/i8c/runtime/__init__.py
src/i8c/runtime/context.py
src/i8c/runtime/driver.py
src/i8c/runtime/elffile.py
src/i8c/runtime/exceptions.py
src/i8c/runtime/functions.py
src/i8c/runtime/leb128.py
src/i8c/runtime/memory.py
src/i8c/runtime/operations.py
src/i8c/runtime/stack.py
src/i8c/runtime/testcase.py
src/i8c/runtime/types.py
tests/__init__.py
tests/test_binary_ops.py
tests/test_cast.py
tests/test_commandline_processor.py
tests/test_comparisons.py
tests/test_compiler_driver.py
tests/test_debug_code.py
tests/test_deref.py
tests/test_deref_offset_base.py
tests/test_dup_over_equiv.py
tests/test_empty_function.py
tests/test_examples.py
tests/test_externals.py
tests/test_extra_operands.py
tests/test_folded_load.py
tests/test_i8c_entry_point.py
tests/test_i8cfail_0001.py
tests/test_i8cfail_0002.py
tests/test_i8cfail_0003.py
tests/test_i8x_entry_point.py
tests/test_i8xfail_0001.py
tests/test_i8xfail_0002.py
tests/test_implicit_extern.py
tests/test_labels.py
tests/test_last_op_branch.py
tests/test_load_constant.py
tests/test_load_slot.py
tests/test_loops.py
tests/test_opt_cmp_bra_const_const.py
tests/test_opt_combine_blocks.py
tests/test_opt_identity_math.py
tests/test_opt_lit0_cmp_before_bra.py
tests/test_opt_use_plus_uconst.py
tests/test_reserved_provider.py
tests/test_return_function.py
tests/test_reverse_branch_exits.py
tests/test_runtime_types.py
tests/test_stack_ops.py
tests/test_toplevel_extern.py
tests/test_typedef.py
tests/test_unary_ops.py