Python based Compiler tools

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Doru-Catalin Togea

    #1

    Python based Compiler tools

    Hi!

    I have some experience with PLY. What other alternatives are there, and
    which is the "best" (that is most feature rich, easiest to use, ...)?

    Thanks,
    Catalin

    --

    <<<< =============== =============== ==== >>>>
    << We are what we repeatedly do. >>
    << Excellence, therefore, is not an act >>
    << but a habit. >>
    <<<< =============== =============== ==== >>>>
  • Kent Johnson

    #2
    Re: Python based Compiler tools

    Doru-Catalin Togea wrote:[color=blue]
    > Hi!
    >
    > I have some experience with PLY. What other alternatives are there, and
    > which is the "best" (that is most feature rich, easiest to use, ...)?[/color]

    Here is a list:


    pyparsing is easy to use IMO.

    Kent

    Comment

    Working...