Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanBrewer317 authored Sep 12, 2024
1 parent 29a460e commit de5582b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cricket

A functional and object-oriented programming language written in Rust. This is a port of the [cricket](https://github.com/RyanBrewer317/cricket) project, which was written in Haskell, some in some places the code might not be very idiomatic Rust. I write more typical Rust code in [SaberVM](https://github.com/RyanBrewer317/SaberVM). However, note that this implementation has additional features over the Haskell original, and of course runs faster.
A functional and object-oriented programming language written in Rust. This is a port of the [cricket](https://github.com/RyanBrewer317/cricket) project, which was written in Haskell, so in some places the code might not be very idiomatic Rust. I write more typical Rust code in [SaberVM](https://github.com/RyanBrewer317/SaberVM). However, note that this implementation has additional features over the Haskell original, and of course runs faster.

Some basic documentation can be found [here](https://github.com/RyanBrewer317/cricket/blob/main/docs/intro.md). In addition I will explain it further here, and note that all the code examples work right now! You can run them like so:
```
Expand Down

0 comments on commit de5582b

Please sign in to comment.