<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/'><id>tag:blogger.com,1999:blog-11295132.post7669937180420541947..comments</id><updated>2009-12-22T10:34:24.853-08:00</updated><category term='monad'/><category term='mathematics'/><category term='physics'/><category term='optimisation'/><category term='astronomy'/><category term='self-reference'/><category term='probability'/><category term='comonads'/><category term='haskell'/><category term='types'/><category term='programming'/><category term='quantum'/><title type='text'>Comments on A Neighborhood of Infinity: Beyond Regular Expressions: More Incremental Strin...</title><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://blog.sigfpe.com/feeds/7669937180420541947/comments/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default'/><link rel='alternate' type='text/html' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html'/><author><name>sigfpe</name><uri>http://www.blogger.com/profile/08096190433222340957</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://homepage.mac.com/sigfpe/.Pictures/Photo%20Album%20Pictures/2002-12-07%2014.53.40%20-0800/ImageDSC01397_1.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-11295132.post-6970930165112844384</id><published>2009-12-22T10:34:24.853-08:00</published><updated>2009-12-22T10:34:24.853-08:00</updated><title type='text'>Wei Hu,

To make this idea work requires that the ...</title><content type='html'>Wei Hu,&lt;br /&gt;&lt;br /&gt;To make this idea work requires that the internal state of a parser be simple enough. I guess you could roughly characterise it like this: consider the set of possible transitions the parser could make from one state to another as a result of reading n characters. We need this set to grow slowly with n. For finite state machines it remains at finite size. For the example shown in this article it grows roughly as log(n) (the number of bits needed to represent an integer n). But for a LALR parser, say, I think the size of this set grows fast with n, and so it couldn&amp;#39;t be implemented reasonably.&lt;br /&gt;&lt;br /&gt;So it&amp;#39;s good enough for incrementally lexing a language like C++ or Haskell. But not for parsing it.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/6970930165112844384'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/6970930165112844384'/><link rel='alternate' type='text/html' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html?showComment=1261506864853#c6970930165112844384' title=''/><author><name>sigfpe</name><uri>http://www.blogger.com/profile/08096190433222340957</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://homepage.mac.com/sigfpe/.Pictures/Photo%20Album%20Pictures/2002-12-07%2014.53.40%20-0800/ImageDSC01397_1.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html' ref='tag:blogger.com,1999:blog-11295132.post-7669937180420541947' source='http://www.blogger.com/feeds/11295132/posts/default/7669937180420541947' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-961546855'/></entry><entry><id>tag:blogger.com,1999:blog-11295132.post-7291159737076700957</id><published>2009-12-22T00:03:37.001-08:00</published><updated>2009-12-22T00:03:37.001-08:00</updated><title type='text'>You showed one particular example beyond regular e...</title><content type='html'>You showed one particular example beyond regular expression matching. Will it generalize to any context-free language?</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/7291159737076700957'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/7291159737076700957'/><link rel='alternate' type='text/html' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html?showComment=1261469017001#c7291159737076700957' title=''/><author><name>Wei Hu</name><uri>http://www.blogger.com/profile/13683552196436356037</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html' ref='tag:blogger.com,1999:blog-11295132.post-7669937180420541947' source='http://www.blogger.com/feeds/11295132/posts/default/7669937180420541947' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-216790115'/></entry><entry><id>tag:blogger.com,1999:blog-11295132.post-5760656272118303432</id><published>2009-02-02T23:49:00.000-08:00</published><updated>2009-02-02T23:49:00.000-08:00</updated><title type='text'>I know this is a bit off subject but I am a gradua...</title><content type='html'>I know this is a bit off subject but I am a graduate student at UNLV as well as a weekly math based podcast called &lt;A HREF="http://combinationsandpermutations.blogspot.com" REL="nofollow"&gt;Combinations and Permutations&lt;/A&gt; where we start with a mathematical topic and spin off onto as many tangents as we can.  You can follow the previous link to the blog page of our podcast, search for us on iTunes, or take a trip over to our host site &lt;A HREF="http://cppodcast.libsyn.com" REL="nofollow"&gt;http://cppodcast.libsyn.com&lt;/A&gt;.  Give us a try I do think that you will enjoy what you hear.</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/5760656272118303432'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/5760656272118303432'/><link rel='alternate' type='text/html' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html?showComment=1233647340000#c5760656272118303432' title=''/><author><name>Combinations and Permutations Podcast</name><uri>http://www.blogger.com/profile/08728258635437788711</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://4.bp.blogspot.com/_ieTOZiT4GxE/SXwYjgEPROI/AAAAAAAAAAM/CG3JeLndSxU/S220/P1040844.JPG'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html' ref='tag:blogger.com,1999:blog-11295132.post-7669937180420541947' source='http://www.blogger.com/feeds/11295132/posts/default/7669937180420541947' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-209502534'/></entry><entry><id>tag:blogger.com,1999:blog-11295132.post-3856471294100827757</id><published>2009-01-31T19:14:00.000-08:00</published><updated>2009-01-31T19:14:00.000-08:00</updated><title type='text'>jag,&lt;br&gt;&lt;br&gt;You're right about the second point. I...</title><content type='html'>jag,&lt;BR/&gt;&lt;BR/&gt;You're right about the second point. I wrote the code a few days before the commentary!</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/3856471294100827757'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/3856471294100827757'/><link rel='alternate' type='text/html' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html?showComment=1233458040000#c3856471294100827757' title=''/><author><name>sigfpe</name><uri>http://www.blogger.com/profile/08096190433222340957</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://homepage.mac.com/sigfpe/.Pictures/Photo%20Album%20Pictures/2002-12-07%2014.53.40%20-0800/ImageDSC01397_1.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html' ref='tag:blogger.com,1999:blog-11295132.post-7669937180420541947' source='http://www.blogger.com/feeds/11295132/posts/default/7669937180420541947' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-961546855'/></entry><entry><id>tag:blogger.com,1999:blog-11295132.post-8109401385623719991</id><published>2009-01-31T19:13:00.000-08:00</published><updated>2009-01-31T19:13:00.000-08:00</updated><title type='text'>jag,&lt;br&gt;&lt;br&gt;On your first point:&lt;br&gt;&lt;br&gt;max b c+mi...</title><content type='html'>jag,&lt;BR/&gt;&lt;BR/&gt;On your first point:&lt;BR/&gt;&lt;BR/&gt;max b c+min b c = b+c</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/8109401385623719991'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/8109401385623719991'/><link rel='alternate' type='text/html' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html?showComment=1233457980000#c8109401385623719991' title=''/><author><name>sigfpe</name><uri>http://www.blogger.com/profile/08096190433222340957</uri><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='32' height='24' src='http://homepage.mac.com/sigfpe/.Pictures/Photo%20Album%20Pictures/2002-12-07%2014.53.40%20-0800/ImageDSC01397_1.jpg'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html' ref='tag:blogger.com,1999:blog-11295132.post-7669937180420541947' source='http://www.blogger.com/feeds/11295132/posts/default/7669937180420541947' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-961546855'/></entry><entry><id>tag:blogger.com,1999:blog-11295132.post-2365514007002602189</id><published>2009-01-31T18:53:00.000-08:00</published><updated>2009-01-31T18:53:00.000-08:00</updated><title type='text'>While I can see that it works, I don't quite see w...</title><content type='html'>While I can see that it works, I don't quite see where the max comes from in "B (a-b+max b c) (d-c+max b c)". My attempt at it was "B (a+c-min b c) (b+d-min b c)", basically take the total ')'s and total '('s and subtract the b,c pairs.&lt;BR/&gt;&lt;BR/&gt;Also, I'm a bit confused by "we only need to test whether or not p=q" (which would suggest that ")(" is balanced) but then in the code you test whether both p and q are 0 (which is what I expected the test to be).</content><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/2365514007002602189'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/11295132/7669937180420541947/comments/default/2365514007002602189'/><link rel='alternate' type='text/html' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html?showComment=1233456780000#c2365514007002602189' title=''/><author><name>jag</name><email>noreply@blogger.com</email><gd:image xmlns:gd='http://schemas.google.com/g/2005' rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img1.blogblog.com/img/blank.gif'/></author><thr:in-reply-to xmlns:thr='http://purl.org/syndication/thread/1.0' href='http://blog.sigfpe.com/2009/01/beyond-regular-expressions-more.html' ref='tag:blogger.com,1999:blog-11295132.post-7669937180420541947' source='http://www.blogger.com/feeds/11295132/posts/default/7669937180420541947' type='text/html'/><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='blogger.itemClass' value='pid-1577517526'/></entry></feed>
