Jump to content

Syntax diagrams of different prog. languages

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
xyz

xyz

    Newbie

  • Members
  • Pip
  • 1 posts
Where I can find syntax diagrams for as much as more (popular ) prog. languages? I need description of syntax of this languages - not diagrams as pictures!

Edited by WingedPanther, 04 January 2010 - 06:42 AM.
fix URL


#2
WingedPanther

WingedPanther

    A spammer's worst nightmare

  • Moderators
  • 16,831 posts
I don't know that there's a single location that has syntax diagrams for many/most languages. C++, Java, and many other languages have rather complicated grammars.

For example, googling "BNF Java" gave me: Java BNF
"BNF C++" gave me: HCB
Programming is a branch of mathematics.
My CodeCall Blog | My Personal Blog