Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 612 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 612 Bytes

Wirth's EBNF (Wirth Syntax Notation) Grammar

Wirth's Extended Backus-Naur Form (EBNF), also known as Wirth Syntax Notation, is a formal notation used to define the syntax of programming languages, document formats, and other structured data. This repository contains the tree-sitter grammar definition for Wirth's EBNF.

Usage in Golang

This variant of EBNF is used in the Golang Language Specification.

Resources

License

This project is licensed under the MIT License.