Skip to content

Commit

Permalink
Update the README
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi committed Aug 25, 2012
1 parent 01ef4dd commit de66a04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
ABC notation parser for JavaScript
==================================

ABCPeg is a parser for the [ABC music notation language](http://abcnotation.com/)
ABCnode is a parser for the [ABC music notation language](http://abcnotation.com/)
for JavaScript. Still a work in progress, it implements most of ABC 1.6. The progress can be
followed in the TODO list below.

ABCPeg uses [PEGjs](http://pegjs.majda.cz/) to generate the JavaScript parser.
ABCnode uses [PEGjs](http://pegjs.majda.cz/) to generate the JavaScript parser.
The resulting parser can be used from Node.js or from the browser.

Output format
-------------

ABCPeg parses from ABC format into JSON format. This is how the generated JSON
ABCnode parses from ABC format into JSON format. This is how the generated JSON
of a random tune looks:

```javascript
Expand Down Expand Up @@ -47,7 +47,7 @@ of a random tune looks:
...
```
I will add more output formats and a JSON schema for this format inthe future.
I will add more output formats and a JSON schema for this format in the future.
This is a project that has been dormant for more than two years, and now
I release it in GitHub hoping that this will encourage me to finish it soon.
Expand Down

0 comments on commit de66a04

Please sign in to comment.