Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fTrestour authored Sep 8, 2024
1 parent 4f97cd8 commit 2248a95
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# jslox

To install dependencies:
A little toy project to test my understanding after having read a bit of [Crafting interpreters](https://craftinginterpreters.com/).

```bash
bun install
```

To run:

```bash
bun exec <file>
```

This project was created using `bun init` in bun v1.0.23. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
[This blog post](https://craftinginterpreters.com/) tells a bit more about the project and how I implemented it.

0 comments on commit 2248a95

Please sign in to comment.