LICENSE
MANIFEST.in
README.md
icon.png
requirements.txt
setup.py
docs/advanced-features.md
docs/builtin-functions.md
docs/examples.md
docs/http-client-guide.md
docs/installation.md
docs/jit-compiler.md
docs/python-integration.md
docs/quick-reference.md
docs/syntax-basics.md
docs/type-system.md
examples/jit_complete_advanced.rmc
examples/jit_demo.rmc
examples/jit_gpu_acceleration.rmc
examples/jit_manual_hints.rmc
examples/jit_parallel_execution.rmc
examples/jit_performance_benchmark.rmc
examples/jit_performance_test.rmc
examples/jit_profiling.rmc
examples/jit_simple_demo.rmc
examples/test_class_complete.rmc
examples/test_database_examples.rmc
examples/test_jit_compilation.rmc
examples/verify_jit_active.rmc
examples/advanced/01_web_scraper.rmc
examples/advanced_features/01_oop_classes.rmc
examples/advanced_features/01_with_statement.rmc
examples/advanced_features/02_async_await.rmc
examples/advanced_features/03_oop_advanced.rmc
examples/advanced_operators/01_walrus_operator.rmc
examples/algorithms/01_binary_search.rmc
examples/algorithms/02_searching_algorithms.rmc
examples/builtin_functions/01_string_functions.rmc
examples/builtin_functions/02_math_statistics.rmc
examples/builtin_functions/03_iteration_functions.rmc
examples/builtin_functions/04_file_path_operations.rmc
examples/builtin_functions/05_json_utility.rmc
examples/builtin_functions/06_system_functions.rmc
examples/builtin_functions/07_list_dict_operations.rmc
examples/cli_tools/01_command_line_args.rmc
examples/cli_tools/01_command_line_args_fixed.rmc
examples/concurrency/01_threading.rmc
examples/control_flow/01_ternary_operator.rmc
examples/dasar/01_hello_world.rmc
examples/dasar/02_kalkulator_sederhana.rmc
examples/dasar/03_cek_bilangan.rmc
examples/dasar/04_tabel_perkalian.rmc
examples/dasar/05_daftar_belanja.rmc
examples/data_structures/01_stack.rmc
examples/data_structures/02_queue.rmc
examples/data_structures/03_tuple_operations.rmc
examples/data_structures/04_advanced_unpacking.rmc
examples/data_structures/04_set_operations.rmc
examples/database/01_sqlite_basic.rmc
examples/database/02_sqlite_advanced.rmc
examples/database/03_database_wrapper.rmc
examples/database/04_mysql_postgresql.rmc
examples/database/05_mongodb.rmc
examples/datetime_operations/01_datetime_basics.rmc
examples/dict_operations/01_dict_advanced.rmc
examples/email/01_email_sending.rmc
examples/error_handling/01_try_catch_advanced.rmc
examples/file_processing/01_csv_processing.rmc
examples/file_processing/02_json_processing.rmc
examples/functional_programming/01_lambda_functions.rmc
examples/functional_programming/02_comprehensions.rmc
examples/functions/01_function_basics.rmc
examples/games/01_tebak_angka.rmc
examples/gui/01_tkinter_basics.rmc
examples/http_client/01_http_get_basic.rmc
examples/http_client/02_http_post_put_delete.rmc
examples/http_client/03_http_advanced.rmc
examples/http_client/test_http.rmc
examples/http_client/test_http2.rmc
examples/http_client/test_section3.rmc
examples/http_client/test_section4.rmc
examples/image_processing/01_pillow_basics.rmc
examples/intermediate/01_sorting_algorithms.rmc
examples/intermediate/02_sistem_login.rmc
examples/list_operations/01_list_advanced.rmc
examples/logging/01_logging_basics.rmc
examples/multiprocessing/01_multiprocessing_basics.rmc
examples/networking/01_socket_client_server.rmc
examples/operators/01_compound_assignment.rmc
examples/operators/02_bitwise_operators.rmc
examples/practical/01_calculator_advanced.rmc
examples/projects/01_todo_app.rmc
examples/python_integration/01_web_scraping.rmc
examples/python_integration/02_data_analysis.rmc
examples/python_integration/03_file_processing.rmc
examples/regex/01_regex_basics.rmc
examples/string_operations/01_string_advanced.rmc
examples/test_all/01_basic_features.rmc
examples/test_all/02_control_flow.rmc
examples/test_all/03_functions.rmc
examples/test_all/04_builtin_string.rmc
examples/test_all/05_builtin_math.rmc
examples/test_all/06_builtin_list.rmc
examples/test_all/07_builtin_dict.rmc
examples/test_all/08_builtin_system.rmc
examples/test_all/09_builtin_file.rmc
examples/test_all/10_builtin_json.rmc
examples/test_all/11_builtin_utility.rmc
examples/test_all/12_python_integration.rmc
examples/test_all/13_http_functions.rmc
examples/test_all/14_error_handling.rmc
examples/test_all/test_all_features.rmc
examples/test_all/test_all_improvements.rmc
examples/test_all/test_all_operators.rmc
examples/test_all/test_bitwise.rmc
examples/test_all/test_bitwise_simple.rmc
examples/test_all/test_bukan.rmc
examples/test_all/test_complete_all_phases.rmc
examples/test_all/test_if_simple.rmc
examples/test_all/test_iter_working.rmc
examples/test_all/test_iteration_functions.rmc
examples/test_all/test_membership.rmc
examples/test_all/test_simple.rmc
examples/test_all/test_statistics.rmc
examples/test_all/test_string_validation.rmc
examples/test_all/test_switch_case.rmc
examples/test_all/test_zip_simple.rmc
examples/testing/01_unittest_basics.rmc
examples/type_system/00_complete_demo.rmc
examples/type_system/01_basic_type_hints.rmc
examples/type_system/02_function_type_hints.rmc
examples/type_system/03_type_validation.rmc
examples/type_system/04_indonesian_type_names.rmc
examples/type_system/05_backward_compatibility.rmc
examples/type_system/06_type_errors_demo.rmc
examples/type_system/07_union_types.rmc
examples/type_system/08_optional_types.rmc
examples/type_system/09_generic_types.rmc
examples/type_system/10_type_inference.rmc
examples/type_system/11_complete_advanced_demo.rmc
examples/type_system/12_type_aliases.rmc
examples/type_system/13_return_type_hints.rmc
examples/type_system/14_literal_types.rmc
examples/type_system/15_typed_dict.rmc
examples/type_system/16_complete_advanced_demo.rmc
examples/utilities/01_calculator.rmc
examples/web_development/01_http_server.rmc
examples/web_development/02_flask_api.rmc
renzmc/__init__.py
renzmc/__main__.py
renzmc/repl.py
renzmc/version.py
renzmc.egg-info/PKG-INFO
renzmc.egg-info/SOURCES.txt
renzmc.egg-info/dependency_links.txt
renzmc.egg-info/entry_points.txt
renzmc.egg-info/not-zip-safe
renzmc.egg-info/requires.txt
renzmc.egg-info/top_level.txt
renzmc/builtins/__init__.py
renzmc/core/__init__.py
renzmc/core/advanced_types.py
renzmc/core/ast.py
renzmc/core/base_visitor.py
renzmc/core/error.py
renzmc/core/interpreter.py
renzmc/core/lexer.py
renzmc/core/lexer_helpers.py
renzmc/core/parser.py
renzmc/core/parser_type_helpers.py
renzmc/core/token.py
renzmc/core/type_integration.py
renzmc/core/type_system.py
renzmc/jit/__init__.py
renzmc/jit/code_generator.py
renzmc/jit/compiler.py
renzmc/jit/type_inference.py
renzmc/runtime/__init__.py
renzmc/runtime/advanced_features.py
renzmc/runtime/builtin_manager.py
renzmc/runtime/crypto_operations.py
renzmc/runtime/file_operations.py
renzmc/runtime/http_client.py
renzmc/runtime/python_integration.py
renzmc/runtime/renzmc_module_system.py
renzmc/runtime/scope_manager.py
renzmc/utils/__init__.py
renzmc/utils/logging.py
renzmc/utils/rate_limiter.py
renzmc/utils/recursion_guard.py
renzmc/utils/validation.py
tests/__init__.py