24 lines
471 B
Markdown
24 lines
471 B
Markdown
|
# 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.
|