Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
quephird committed Mar 12, 2024
1 parent f3c85e7 commit 043ceee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Expand Up @@ -20,6 +20,10 @@ So far, the following have been implemented in `slox`:
- Lambda expressions
- Class declaration and instantiation
- Instance properties and methods
- Referencing the scoped instance via `this`
- Class-level properties and methods
- Single inheritance
- Invoking superclass methods via `super`

# Design

Expand Down Expand Up @@ -60,7 +64,7 @@ Instead of maintaining set of native functions in `Interpreter`'s constructor, t

# Unit testing

This repository contains a fairly comprehensive suite of unit tests that exercise the scanner, parser, resolver, and interpreter; to run them, hit ⌘-U.
This repository contains a fairly comprehensive suite of unit tests that exercise the scanner, parser, resolver, and interpreter; to run them, hit ⌘-U from within Xcode.

# Relevant links

Expand Down

0 comments on commit 043ceee

Please sign in to comment.