Connecting Tech Pros Worldwide Forums | Help | Site Map

Announce: Construct's wiki!

gangesmaster
Guest
 
Posts: n/a
#1: Apr 13 '06
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
Guest
 
Posts: n/a
#2: Apr 15 '06

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


Serge Orlov
Guest
 
Posts: n/a
#3: Apr 15 '06

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.

Closed Thread