An open API service indexing awesome lists of open source software.

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.

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`