From ecf81e592e37d82ddb4cc24c57826e9f2b50e33a Mon Sep 17 00:00:00 2001 From: Gonzalo Larumbe Date: Fri, 26 Jul 2024 16:00:55 +0200 Subject: [PATCH] Add README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..9f7d76b5 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +[![CI](https://github.com/gmlarumbe/tree-sitter-systemverilog/actions/workflows/ci.yml/badge.svg)](https://github.com/gmlarumbe/tree-sitter-systemverilog/actions/workflows/ci.yml) + +# tree-sitter-systemverilog + +Full SystemVerilog IEEE 1800-2023 grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). + +## References + +- https://en.wikipedia.org/wiki/Verilog +- http://tree-sitter.github.io/tree-sitter/creating-parsers +