diff --git a/README.md b/README.md new file mode 100644 index 0000000..15600f4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# rlox + +This is a Rust implementation of the `lox` programming language as specified in "Crafting Interpreters" by Robert Nystrom!