Python Community Server: Development

A weblog about programming in Python, C#, Java, Perl and C++ - and the occasional comment on PyCS development
new: discuss community servers on the CommunityServerWiki!

SunMonTueWedThuFriSat
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

[ Jul ] [ Sep ]

the locals
also available in XML
Copyright (c) 2002 Phillip Pearson
spread the dot

2002-8-15

Unusually highly-ranked pages

Hey, look at this, I'm #1 for 'development progress' on Google ;)

Also, my page pointing to some drivers for a digital camera FDD adaptor appears to own the following:

I guess nobody is writing about that sort of thing.

Heh.

Comment on this post [ so far]

Compiler compilers

Compiler compilers are odd things.  The first time I saw one (bison) I thought it was incredibly cool and incomprehensible, but now I'm starting to take them for granted.  I'm coding up a simple scripting language at the moment, and started with Coco/C#, but couldn't figure out how to shoehorn the language into an LL(1) grammar, so moved over to Jay (Miguel's C# port), which lets me be much sloppier and will still generate a compiler.

Now trying to figure out if there is a C# port of flex.

Hmm, C# Corner has a list of tools.

Comment on this post [ so far]