Skip to content

Commit

Permalink
fixed another link
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Henderson <tadh@google.com>
  • Loading branch information
timtadh committed Mar 23, 2018
1 parent b894f16 commit 4274a9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/sensors-parser/README.md
@@ -1,10 +1,10 @@
# Parse a sensors.conf file with goyacc and lexmachine

This is an example for how to integrate lexmachine with the [standard
yacc](golang.org/x/tools/cmd/goyacc) implementation for Go. Yacc is its own
weird and interesting language for specifying bottom up shift reduce parsers.
You can "easily" use lexmachine with yacc but it does require some understanding
of
yacc](http://godoc.org/golang.org/x/tools/cmd/goyacc) implementation for Go.
Yacc is its own weird and interesting language for specifying bottom up shift
reduce parsers. You can "easily" use lexmachine with yacc but it does require
some understanding of

1. How yacc works (eg. the things it generates)
2. How to use those generated definitions in your code
Expand Down

0 comments on commit 4274a9b

Please sign in to comment.