test suite for C++ parser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • vadi

    test suite for C++ parser

    Can any one help me in finding the test suite (test C++ examples) for
    testing the C++ parser.
  • Ralf Schneeweiß

    #2
    Re: test suite for C++ parser

    What do you want to test? If you want to test, if you compiler is generally
    able
    to translate modern C++ code. Try the loki library.

    Ralf

    Seminare zur Softwareentwicklung, Coaching und Projektarbeit




    Comment

    • David B. Held

      #3
      Re: test suite for C++ parser

      "vadi" <vadiraj_br@yah oo.com> wrote in message
      news:1c6174f7.0 310030036.5338e 977@posting.goo gle.com...[color=blue]
      > Can any one help me in finding the test suite (test C++ examples) for
      > testing the C++ parser.[/color]

      Plum Hall is generally accepted as one of the best test suites. It's
      commercial, though. If you want to test a parser that you wrote,
      then Loki and Boost are good libraries to test it. For Boost, you
      will want to create a configuration file for your parser that does not
      enable any workarounds and does not identify it as any other
      compiler.

      Dave



      ---
      Outgoing mail is certified Virus Free.
      Checked by AVG anti-virus system (http://www.grisoft.com).
      Version: 6.0.521 / Virus Database: 319 - Release Date: 9/23/2003


      Comment

      Working...