LICENSE
README.md
pyproject.toml
codecin/__init__.py
codecin/aot.py
codecin/assembler.py
codecin/cache.py
codecin/cin.py
codecin/cli.py
codecin/config.py
codecin/console.py
codecin/cpu.py
codecin/crom.py
codecin/debugger.py
codecin/disasm.py
codecin/errors.py
codecin/isa.py
codecin/jit.py
codecin/libcodecin_native.so
codecin/logger.py
codecin/memory.py
codecin/native.py
codecin/registers.py
codecin/stats.py
codecin.egg-info/PKG-INFO
codecin.egg-info/SOURCES.txt
codecin.egg-info/dependency_links.txt
codecin.egg-info/entry_points.txt
codecin.egg-info/requires.txt
codecin.egg-info/top_level.txt
codecin/native/build.ps1
codecin/native/build.sh
codecin/native/go.mod
codecin/native/main.go
codecin/native/aot/aot.go
codecin/native/aot/build.go
codecin/native/aot/stub_main.go.txt
codecin/native/cmd/codecin/main.go
codecin/native/compiler/codegen.go
codecin/native/compiler/compile_test.go
codecin/native/compiler/parser.go
codecin/native/compiler/syscalls.go
codecin/native/compiler/tokenizer.go
codecin/native/compiler/types.go
codecin/native/engine/audio.go
codecin/native/engine/audio_other.go
codecin/native/engine/audio_windows.go
codecin/native/engine/canvas.go
codecin/native/engine/crom.go
codecin/native/engine/encode.go
codecin/native/engine/engine_test.go
codecin/native/engine/isa_gen.go
codecin/native/engine/system.go
codecin/native/engine/termux.go
codecin/native/engine/version_gen.go
codecin/native/engine/vm.go
codecin/native/ir/ir.go
tests/test_aot.py
tests/test_assembler_ext.py
tests/test_cache.py
tests/test_cin_host.py
tests/test_cin_new_features.py
tests/test_cin_syntax.py
tests/test_cin_system.py
tests/test_cli.py
tests/test_compiler_errors.py
tests/test_cpu_interpreted.py
tests/test_debugger.py
tests/test_examples.py
tests/test_features_ab.py
tests/test_features_crom_mmu.py
tests/test_features_import.py
tests/test_features_importloc.py
tests/test_features_mmu.py
tests/test_features_remote.py
tests/test_go_compiler.py
tests/test_isa_dispatch.py
tests/test_isa_single_source.py
tests/test_libs.py
tests/test_libs_ext.py
tests/test_literals_and_bom.py
tests/test_memory_protection.py
tests/test_native_hardening.py
tests/test_switch_semantics.py
tests/test_three_paths.py
tests/test_version.py
tests/test_workflows.py