From 285a100855f75eebe7e58ad2f07247c9e1c7d0ec Mon Sep 17 00:00:00 2001 From: Yutaro Sakamoto Date: Mon, 26 Dec 2022 22:32:10 +0900 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff32472..da3d11c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # tree-sitter-cobol -COBOL grammar of [tree-sitter](https://github.com/tree-sitter/tree-sitter) -This repository is under development. -The goal is supporting COBOL85 grammar. +COBOL85 grammar of [tree-sitter](https://github.com/tree-sitter/tree-sitter) + +The syntax rules of tree-sitter-cobol are based on [opensource-cobol](https://github.com/yutaro-sakamoto/opensource-cobol) +and are tested with [NIST COBOL85 test suite](https://www.itl.nist.gov/div897/ctg/cobol_form.htm)