-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
db68c3d
commit c25d5c7
Showing
1 changed file
with
13 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,14 @@ | ||
# Lox | ||
# Lox Interpreter | ||
|
||
![Lox](https://img.shields.io/badge/Lox-Interpreter-blue.svg) | ||
![Status](https://img.shields.io/badge/Status-WIP-yellow.svg) | ||
|
||
![Rust](https://img.shields.io/badge/Rust-%23000000.svg?style=for-the-badge&logo=rust&logoColor=white) | ||
|
||
Welcome to the Lox Interpreter, an implementation of the Lox programming language from the book [Crafting Interpreters](https://craftinginterpreters.com/) by Robert Nystrom. | ||
|
||
## Purpose | ||
|
||
This repository is a work-in-progress (WIP) project (*Written in Rust btw*) aimed at building a fully functional interpreter for the Lox programming language as described in *Crafting Interpreters*. The goal is to understand the intricacies of interpreter design and implementation. | ||
|
||
|
||
This is my implementation in Rust of Lox programming language from book [Crafting Interpreters](https://craftinginterpreters.com/) |