Ted Leung on the air
Ted Leung on the air: Open Source, Java, Python, and ...
Ted Leung on the air: Open Source, Java, Python, and ...
Fri, 16 May 2003
GLR Parsing
Erik Meijer pointed out that there have been some real advances that could make the use of parser generators more palatable to "real programmers". Unfortunately, he feels that actual tools based on these techniques are lacking. From looking at the related links section of Elkhound page, it seems that Bison has a GLR parsing option. It doesn't look like there are any Java/C#/Python tools just yet. I hope that by blogging this, I will remember this the next time I need to write a parser.
[23:12] |
[computers/programming] |
# |
TB |
F |
G |
1 Comments |
http://4suite.org/?xslt=downloads.xslt
'''BisonGen'''
BisonGen is a parser generator for Python. It takes an XML file, similar to bison/flex files in format, and generates from it two parsers: one in C, one in pure Python.
Posted by wari at Sat May 17 07:15:22 2003
'''BisonGen'''
BisonGen is a parser generator for Python. It takes an XML file, similar to bison/flex files in format, and generates from it two parsers: one in C, one in pure Python.
Posted by wari at Sat May 17 07:15:22 2003
You can subscribe to an RSS feed of the comments for this blog:
Add a comment here:
You can use some HTML tags in the comment text:
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk
To insert a URI, just type it -- no need to write an anchor tag.
Allowable html tags are:
<a href>
, <em>
, <i>
, <b>
, <blockquote>
, <br/>
, <p>
, <code>
, <pre>
, <cite>
, <sub>
and <sup>
.You can also use some Wiki style:
URI => [uri title]
<em> => _emphasized text_
<b> => *bold text*
Ordered list => consecutive lines starting spaces and an asterisk