Click here to Skip to main content
15,861,168 members
Articles / Programming Languages / C++98
Tip/Trick

C++11 (and C++98) Syntax/Grammar as Fully Linked HTML page

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
12 Feb 2012CPOL 25.8K   7   2
HTML page with all syntax/grammar productions of C++98/C++11

Introduction

For entertaining language freaks like me, I have compiled an HTML page with all syntax/grammar productions for C++98 and C++11. All language elements are linked so that one can navigate forth and back in the EBNF productions.

The full file can be found here[^].

It contains a list of:

  • Syntax productions
  • Language variants (C++98 only and C++11 only items)
  • Terminals
  • Literals
  • Full syntax production cross reference

The variants[^] section might be of special interest.

Have fun!

Andi

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Founder eXternSoft GmbH
Switzerland Switzerland
I feel comfortable on a variety of systems (UNIX, Windows, cross-compiled embedded systems, etc.) in a variety of languages, environments, and tools.
I have a particular affinity to computer language analysis, testing, as well as quality management.

More information about what I do for a living can be found at my LinkedIn Profile and on my company's web page (German only).

Comments and Discussions

 
GeneralMy vote of 5 Pin
SajidQ24-Jul-13 12:55
professionalSajidQ24-Jul-13 12:55 
Useful compilation
GeneralRe: My vote of 5 Pin
Andreas Gieriet24-Jul-13 13:20
professionalAndreas Gieriet24-Jul-13 13:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.