Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Context Free Grammar

S → SS

S → (S)

S → ()

S → key KEY

KEY → operator OPERATOR

OPERATOR → value VALUE

OPERATOR → value

VALUE → value VALUE

VALUE → value

VALUE → and AND

VALUE → or OR

AND → S

OR → S

 

 

 

  • No labels