1.

Solve : What notation is it??

Answer»

Can anyone tell me what kind notation the following PICTURE using?


I found it at json.orgI'm going to go out on a limb and say JavaScript Object Notation (JSON)@jhuns

Thank you for your reply.
I finally found the ANSWER after I received the book from Amazon.
That is one kind to diagram, which is always used to describe the syntax.
It is called Syntax DiagramHere is one used to define the syntax in PASCAL.
http://www.augustana.ab.ca/~mohrj/courses/2000.fall/csc370/lecture_notes/images/ebnf.jpg
These diagrams are helpful to LEARN a computer language.

Quote

Syntax diagrams (or railroad diagrams) are a way to represent a context-free grammar. They represent a graphical alternative to Backus-Naur Form or EBNF. EARLY books using syntax diagrams include the "Pascal User Manual" written by Niklaus Wirth [1]
http://en.wikipedia.org/wiki/Syntax_diagram
Some books may have BNF and not railroad.
Quote from: Geek-9pm on March 17, 2010, 03:21:53 PM
Here is one used to define the syntax in Pascal.
http://www.augustana.ab.ca/~mohrj/courses/2000.fall/csc370/lecture_notes/images/ebnf.jpg
These diagrams are helpful to learn a computer language.
Some books may have BNF and not railroad.


Thank you.


Discussion

No Comment Found