Jump to content

Grammar: Difference between revisions

52 bytes added ,  2 years ago
m
no edit summary
(Created page with "K syntax can be described with the following one-line '''grammar''': E:E;e|e e:nve|te| t:n|v v:tA|V n:t[E]|(E)|{E}|N or in more verbose form: <Exprs> ::= <Exprs>...")
 
mNo edit summary
Line 1:
K syntax can be described with the following one-line '''grammar'''<ref>[https://kparc.com/k.txt kparc.com/k.txt]</ref>:
 
E:E;e|e e:nve|te| t:n|v v:tA|V n:t[E]|(E)|{E}|N
Cookies help us deliver our services. By using our services, you agree to our use of cookies.