https://github.com/codecrafters-io/interpreter-tester
Tester for the interpreter challenge.
https://github.com/codecrafters-io/interpreter-tester
Last synced: 1 day ago
JSON representation
Tester for the interpreter challenge.
- Host: GitHub
- URL: https://github.com/codecrafters-io/interpreter-tester
- Owner: codecrafters-io
- Created: 2023-09-07T12:49:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-20T08:32:58.000Z (7 months ago)
- Last Synced: 2025-06-22T01:50:20.416Z (7 months ago)
- Language: Go
- Homepage: https://app.codecrafters.io/courses/interpreter/overview
- Size: 958 KB
- Stars: 3
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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`