clox/README.md

24 lines
471 B
Markdown
Raw Normal View History

2024-08-31 17:41:43 +00:00
# clox
## Description
My code/notes for Crafting Interpreters
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Usage](#usage)
- [Credits / Resources](#credits--resources)
- [License](#license)
## Features / TODOS
- [ ] Bytecode
## Usage
Just copy and paste into your projects.
## Credits / Resources
Crafting Interpreters - Robert Nystrom
## License
This project is licensed under GPLv3 - see the [LICENSE](LICENSE) file for details.