[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Better grammar.txt

Martin Rinehart

3/5/2008 2:49:00 PM

I previously posted a link to an improved, HTML-based, hyperlinked
grammar.txt. Discard that one. This one is much better.

http://www.martinrinehart.com/articles/python-gr...

If you find it useful, thank Gabriel Genellina for encouraging me to
get it really right.

It includes three corrections to grammar.txt (imagnumber, xor_expr and
and_expr) that I've reported.
6 Answers

Martin Rinehart

3/5/2008 5:35:00 PM

0

MartinRineh...@gmail.com wrote:
> It includes three corrections to grammar.txt (imagnumber, xor_expr and
> and_expr) that I've reported.

Make that four corrections. Add augop.

member thudfoo

3/6/2008 6:19:00 PM

0

On 3/5/08, MartinRinehart@gmail.com <MartinRinehart@gmail.com> wrote:
> MartinRineh...@gmail.com wrote:
> > It includes three corrections to grammar.txt (imagnumber, xor_expr and
> > and_expr) that I've reported.
>
>
> Make that four corrections. Add augop.
>
> --
> http://mail.python.org/mailman/listinfo/p...
>
An error occurred while loading
http://www.martinrinehart.com/articles/python-gr...:
Unknown host www.martinrinehart.com

Jeroen Ruigrok van der Werven

3/6/2008 7:20:00 PM

0

-On [20080306 19:21], member thudfoo (thudfoo@opensuse.us) wrote:
>An error occurred while loading
>http://www.martinrinehart.com/articles/python-gr...:
>Unknown host www.martinrinehart.com

Works for me.

--
Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
ã?¤ã?§ã?«ã?¼ã?³ ã?©ã?¦ã??ã?­ã??ã?¯ ã?´ã?¡ã?³ ã??ã?« ã?¦ã?§ã?«ã?´ã?§ã?³
http://www.in-n... | http://www.ra...
Possession is nine points of the law...

Martin Rinehart

3/7/2008 9:43:00 PM

0



Jeroen Ruigrok van der Werven wrote:
> >http://www.martinrinehart.com/articles/python-gr...:
> >Unknown host www.martinrinehart.com
>
> Works for me.

Very interesting. The link I posted works for me, while the links
quoted are 404 errors, though they look identical. This really is a
superior version of the EBNF, so I wish it would work for everyone.
Any ideas?

Steven D'Aprano

3/7/2008 9:53:00 PM

0

On Fri, 07 Mar 2008 13:42:56 -0800, MartinRinehart wrote:

> Jeroen Ruigrok van der Werven wrote:
>> >http://www.martinrinehart.com/articles/python-gr...: Unknown
>> >host www.martinrinehart.com
>>
>> Works for me.
>
> Very interesting. The link I posted works for me, while the links quoted
> are 404 errors, though they look identical. This really is a superior
> version of the EBNF, so I wish it would work for everyone. Any ideas?

I get 404.

Perhaps you need to move this discussion to a mailing list for web
admins, rather than Python developers? What I know about hosting a web
site I could engrave on a poppy seed. In letters ten feet high.

Doesn't mean I won't express an opinion though :)

Perhaps it works for you because you are inside your firewall, rather
than outside it?

Also, I would be concerned that some people (one person?) is reporting an
Unknown Host error. Who is your domain registrar?


--
Steven

Paul McGuire

3/8/2008 2:02:00 AM

0

On Mar 6, 1:20 pm, Jeroen Ruigrok van der Werven <asmo...@in-
nomine.org> wrote:
> -On [20080306 19:21], member thudfoo (thud...@opensuse.us) wrote:
>
> >An error occurred while loading
> >http://www.martinrinehart.com/articles/python-gr...:
> >Unknown hostwww.martinrinehart.com
>
> Works for me.
>
> --
> Jeroen Ruigrok van der Werven <asmodai(-at-)in-nomine.org> / asmodai
> ????? ?????? ??? ?? ??????http://www.in-n...|http://www.ra...
> Possession is nine points of the law...

The 404s are due to the trailing ':'

-- Paul