From 809c155a31f905d075cd0fd5769aae34c094a755 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Fri, 17 Apr 2015 11:43:37 -0700 Subject: [PATCH] Link to source grammar in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8b7a4b3..fb4f3f2 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,4 @@ node-tree-sitter-c [![Build Status](https://travis-ci.org/maxbrunsfeld/node-tree-sitter-c.svg?branch=master)](https://travis-ci.org/maxbrunsfeld/node-tree-sitter-c) -C grammar for node-tree-sitter +C grammar for [node-tree-sitter](https://github.com/maxbrunsfeld/node-tree-sitter). Adapted from [this C99 grammar](http://slps.github.io/zoo/c/iso-9899-tc3.html#designation).