标签: syntax
有一种语言或表达或某种东西专门用于描述或指定语言的语法(自然或编程,但我认为最常见的是编程 - 甚至本身)
我似乎记得它有this := that + the other或类似的基本行,其中可以进一步指定这些组件:that := what | not和the other := some thing | nothing | whatever等等......
this := that + the other
that := what | not
the other := some thing | nothing | whatever
这种语言是什么(或者有几种,最常见的是什么)?
答案 0 :(得分:1)
其中至少有一个是Backus-Naur形式:
https://en.wikipedia.org/wiki/Backus-Naur_Form