Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjoseph1995 committed May 8, 2023
1 parent 656b41a commit 85375b1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# A byte-code virtual machine lox interpreter written in C++

This is a C++ implementation of the Lox programming language as I work through Robert Nystrom's wonderful book [Crafting Interpreters](https://craftinginterpreters.com/).

The implementation does lean on some C++23 language/library features and so will require gcc-13 or clang-16. You can find docker development environments here [clang](https://github.com/kevinjoseph1995/dev_env/tree/main/clang) and [gcc](https://github.com/kevinjoseph1995/dev_env/tree/main/gcc).

Work in progress
- [x] Global variables
- [x] Lexical Scopes and scoped local variables
Expand Down

0 comments on commit 85375b1

Please sign in to comment.