Skip to content

Commit

Permalink
Merge pull request #22 from quephird/update_readme_re_lists_and_break
Browse files Browse the repository at this point in the history
Updated README with latest features.
  • Loading branch information
quephird committed Mar 17, 2024
2 parents 801e5ed + abef567 commit eaf1917
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -12,6 +12,7 @@ Checkout the project using git. Then open it up using Xcode and run the project.

So far, the following have been implemented in `slox`:

- Native numeric, boolean, and string types, as well as `nil`
- Evaluation of expressions, including support for numeric, logical, and equality operators
- Native `print` statement
- `if`, `while`, and `for` statements
Expand All @@ -24,6 +25,9 @@ So far, the following have been implemented in `slox`:
- Class-level properties and methods
- Single inheritance
- Invoking superclass methods via `super`
- List literals using square brackets
- Native functions for lists, `append()` and `deleteAt()`
- `break` and `continue` for flow control within loops

# Design

Expand Down

0 comments on commit eaf1917

Please sign in to comment.