

InterviewSolution
Saved Bookmarks
1. |
Solve : What notation is it?? |
Answer» Can anyone tell me what kind notation the following PICTURE using? 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]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. Thank you. |
|