Skip to content

Commit

Permalink
Update README.md with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyllingene authored Sep 12, 2023
1 parent b3e632b commit 61b29c0
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Brim

![build status](https://github.com/kyllingene/brim/actions/workflows/rust.yml/badge.svg)
![license](https://img.shields.io/crates/l/brim)
![version](https://img.shields.io/crates/v/brim)

Brim is an optimizing brain* interpreter than nonetheless strives to be very
easy and pleasant to use.
pleasant and easy to use.

## Features

Expand Down Expand Up @@ -41,8 +45,8 @@ a single "instruction". Currently, it recognizes:
The token-based structure makes these trivial to recognize, since repeating
instructions have already been collapsed into one.

Finally, it iterates over each bracket (`[`/`]`) and pre-loads its destination
token, so executing them requires zero lookup time (it just overrides the IP).
Finally, it iterates over each bracket (`[`/`]`) and pre-loads its destination,
so executing them requires zero lookup time (it just overrides the IP).

These are all run in a buffered I/O environment, as detailed above.

Expand Down

0 comments on commit 61b29c0

Please sign in to comment.