Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed May 16, 2016
1 parent 1d025fb commit 9c7d1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ Produces:

### EBNF ℒ₀ Grammar & Parser Combinators

The simplistic EBNF [grammar rules](https://github.com/rm-hull/wam/blob/L0/src/wam/grammar.clj)
for ℒ₀ below have been implemented using a [parser monad](https://github.com/rm-hull/wam/blob/L0/src/wam/parser.clj).
The simplistic EBNF [grammar rules](https://github.com/rm-hull/wam/blob/master/src/wam/grammar.clj)
for ℒ₀ below have been implemented using a [parser monad](https://github.com/rm-hull/wam/blob/master/src/wam/parser.clj).

* _**<Digit>** ::= '0' | '1' | '2' | '3' | '4' | '5' | '6' | '7' | '8' | '9'_

Expand Down

0 comments on commit 9c7d1b8

Please sign in to comment.