-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update the checklist of items in the README.
- Loading branch information
1 parent
8388c86
commit 5025c8b
Showing
2 changed files
with
17 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
A statically-typed compiled language defined by a simple grammar. The parser started as an experiment in top-down operator precedence parsing in Rust. It has since started developing into a small language. | ||
A statically-typed compiled language defined by a simple grammar. The | ||
parser started as an experiment in top-down operator precedence | ||
parsing in Rust. It has since started developing into a small | ||
language. |