Announce: Construct's wiki!

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

    #1

    Announce: Construct's wiki!

    finally, i opened a wiki for Construct, the "parsing made fun" library.

    the project's page: http://pyconstruct.sourceforge.net/
    the project's wiki: http://pyconstruct.wikispaces.com/ (anyone can
    edit)

    so now we have one place where people can share inventory constructs,
    questions-and-answers, patches, documentation and more. enjoy.


    -tomer

  • skip@pobox.com

    #2
    Re: Announce: Construct's wiki!


    tomer> so now we have one place where people can share inventory
    tomer> constructs, questions-and-answers, patches, documentation and
    tomer> more. enjoy.

    I've never seen Construct before, but when you say "parser" I think of
    parsing programming languages. The couple of examples on the Construct wiki
    look more like what I'd use the struct module for. Can you define
    constructs to parse, say, common arithmetic expressions like "(a + b) *4"?
    Does it return some sort of abstract syntax tree?

    Skip


    Comment

    • Serge Orlov

      #3
      Re: Announce: Construct's wiki!


      skip@pobox.com wrote:[color=blue]
      > tomer> so now we have one place where people can share inventory
      > tomer> constructs, questions-and-answers, patches, documentation and
      > tomer> more. enjoy.
      >
      > I've never seen Construct before, but when you say "parser" I think of
      > parsing programming languages. The couple of examples on the Construct wiki
      > look more like what I'd use the struct module for.[/color]

      Kind of. Except that struct module does not scale and is less readable.
      You can say struct is not pythonic, construct is. IMHO construct is a
      good candidate for stdlib

      Serge.

      Comment

      Working...