Skip to content

codecrafters-io/interpreter-tester

Folders and files

NameName
Last commit message
Last commit date
Apr 10, 2025
Aug 16, 2024
Apr 14, 2025
Apr 13, 2025
Nov 12, 2024
Apr 10, 2025
Mar 13, 2025
Jul 5, 2024
Mar 6, 2025
Mar 6, 2025
Aug 23, 2024
Feb 26, 2025
Sep 7, 2023

Repository files navigation

Interpreter Challenge Tester

This is a program that validates your progress on the "Build your own interpreter" challenge.

Requirements for binary

  • Following environment variables:
    • CODECRAFTERS_SUBMISSION_DIR - root of the user's code submission
    • CODECRAFTERS_TEST_CASES_JSON - test cases in JSON format

User code requirements

  • A binary named your_program.sh that executes the program.
  • A file named codecrafters.yml, with the following values:
    • debug