https://github.com/appleboiy/loxinterpreter
"Build Your Own X" Challenge - Lox Interpreter
https://github.com/appleboiy/loxinterpreter
Last synced: 2 months ago
JSON representation
"Build Your Own X" Challenge - Lox Interpreter
- Host: GitHub
- URL: https://github.com/appleboiy/loxinterpreter
- Owner: AppleBoiy
- Created: 2024-07-13T06:48:51.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-07-29T16:31:31.000Z (10 months ago)
- Last Synced: 2025-04-05T17:38:01.950Z (2 months ago)
- Language: Kotlin
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lox Interpreter
[](https://app.codecrafters.io/users/codecrafters-bot?r=2qF)
This repository contains my implementation of a Lox interpreter for the "Build Your Own Interpreter" challenge on
CodeCrafters.io.## Challenge Overview
The challenge involves building an interpreter for Lox, a simple scripting language. This README provides an overview of
the project structure, how to run the interpreter, and any additional information relevant to the challenge.## Usage
To run the interpreter, execute the following command:
```bash
./interpreter.sh path/to/lox_script.lox
```Replace `path/to/lox_script.lox` with the path to a Lox script you want to execute.
## License
This project is licensed under the MIT License - see the LICENSE file for details.