syntax is specified using a
variant
of Extended Backus-Naur Form (EBNF)
If you want to change selection, open document below and click on "Move attachment"
The Go Programming Language Specification - The Go Programming Languagees allow efficient management of dependencies. The syntax is compact and simple to parse, allowing for easy analysis by automatic tools such as integrated development environments. Notation The <span>syntax is specified using a variant of Extended Backus-Naur Form (EBNF): Syntax = { Production } . Production = production_name "=" [ Expression ] "." . Expression = Term { "|" Term } . Term = Factor { Factor } . Factor = production_name | token [ "…" token Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details