CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
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/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/lib/array.cin
codecin/lib/bits.cin
codecin/lib/conv.cin
codecin/lib/gui.cin
codecin/lib/hash.cin
codecin/lib/io.cin
codecin/lib/json.cin
codecin/lib/math.cin
codecin/lib/matrix.cin
codecin/lib/queue.cin
codecin/lib/rand.cin
codecin/lib/sort.cin
codecin/lib/stat.cin
codecin/lib/str.cin
codecin/lib/termux.cin
codecin/lib/test.cin
codecin/lib/time.cin
codecin/lib/validate.cin
codecin/lib/vec.cin
codecin/native/build.ps1
codecin/native/build.sh
codecin/native/go.mod
codecin/native/main.go
codecin/native/aot/aot.go
codecin/native/aot/stub_main.go.txt
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
examples/asm_constants.asm
examples/bitwise_builtins.cin
examples/control_flow.cin
examples/literals_types.cin
examples/modules_demo.cin
examples/stdlib_demo.cin
examples/system_interaction.cin
misc/vim/ftdetect/codecin.vim
misc/vim/syntax/cin.vim
misc/vim/syntax/codecinasm.vim
script/check_paths.py
script/gen_isa_docs.py
script/gen_native_isa.py
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_index_subscript_type.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_native_lib_lookup.py
tests/test_nested_subscript_codegen.py
tests/test_no_go_cli.py
tests/test_packaging.py
tests/test_paths_consistency.py
tests/test_switch_semantics.py
tests/test_three_paths.py
tests/test_version.py
tests/test_workflows.py