Re: installing python 3

2014-09-09 Thread Volker Birk
Ashley Forman wrote: > My name is Ashley Forman, and I am emailing because I cannot install > python onto my Mac laptop! I have installed Active-TCl 8.5 along with > Python 3.3 and tried with 3.4, and couldn't figure out a solution to my > problem. When I click on IDLE to open, it does not open a

pyPEG 2.15 released

2014-01-14 Thread Volker Birk
pyPEG now supports adding feeble things to the AST like automatically removed comments or whitespace. pyPEG is a quick and easy solution for creating a parser in Python programs. pyPEG uses a PEG like language in Python data structures to parse, so it can be used dynamically to parse nearly every

pyPEG 2.11 released

2013-05-06 Thread Volker Birk
<https://bitbucket.org/fdik/pypeg/>. Yours, VB. -- Volker Birk, Oberer Graben 4, CH-8400 Winterthur, Schweiz, Erde, Solar-System, Orion Arm, Milchstrasse, Lokale Gruppe, Virgo-Superhaufen, Coma-Virgo-Filament. mailto:ding...@bumens.org http://fdik.org D-IRCNet fdik!v...@dragon.pibit.ch -- http://mai

pyC11 initial publication

2013-05-06 Thread Volker Birk
tps://bitbucket.org/fdik/pyc11>. Yours, VB. -- Volker Birk, Oberer Graben 4, CH-8400 Winterthur, Schweiz, Erde, Solar-System, Orion Arm, Milchstrasse, Lokale Gruppe, Virgo-Superhaufen, Coma-Virgo-Filament. mailto:ding...@bumens.org http://fdik.org D-IRCNet fdik!v...@dragon.pibit.ch -- http://mail.pyth

pyPEG 2.10 released

2013-02-11 Thread Volker Birk
Hello, pyPEG 2.10 is a maintenance release. Now optional attributes are supported by the XML backend. There are several bugfixes. pyPEG 2 for Python 2.7 and 3.x Python is a nice scripting language. It even gives you access to its own parser and compiler. It also gives you access to different oth

pyPEG 2.8 published

2012-11-26 Thread Volker Birk
This is a bugfix release fixing problems of installing with pip and of initializing objects. pyPEG 2 for Python 2.7 and 3.x Python is a nice scripting language. It even gives you access to its own parser and compiler. It also gives you access to different other parsers for special purposes like

pyPEG 2.5 released

2012-06-13 Thread Volker Birk
This release offers support for Python 2.7 and to 3.x. pyPEG is a plain and simple intrinsic parser interpreter framework for Python version 2.7 and 3.x. It is based on Parsing Expression Grammar, PEG. With pyPEG you can parse and compose many formal languages in a very easy way. pyPEG supports

pyPEG 2 for Python 3.x

2012-05-22 Thread Volker Birk
PEG 2 via PyPI or following this link: <http://fdik.org/pyPEG2/pyPEG2.tar.gz> pyPEG's Documentation you can find here: <http://fdik.org/pyPEG> pyPEG has a Bitbucket repository at <https://bitbucket.org/fdik/pypeg/> pyPEG is under the GNU General Public Licence version

pyPEG 1.4 released

2011-08-04 Thread Volker Birk
a compiler from BNF to a parser implementation. A Parser-Interpreter does work as an interpreter instead of being such a compiler. Just give your grammar as input, and it parses the described language out of text. There will be no program generated. VB. -- Volker Birk, Nobelstrasse 32, D-88131 Li