Interbase Stored Procedure Grammar

One of our customer recently wanted to perform some heavy duty computations on his Interbase Stored Procedures (analysis and transformations).
Instead of plunging head on in an ad-hoc tool, we started to build a general parser. So we had to start-off with a BNF grammar. We already presented a simplified Sql grammar for the main INSERT, UPDATE, DELETE and SELECT requests. So we extended this grammar to handle the stored procedures as well.

Most of the grammar applies to Firebird as well. You can read the full article here.

New Null Guide beta

There’s a new Null Guide beta at
http://www.firebirdsql.org/devel/doc/manual/temp/nullguide/nullguide.html
The following things have been added since the previous beta:

Firebird docs – how can you help ?

Rodney Gedda wrote on documentation list

I caught up with Helen this week and she mentioned help was needed
with Firebird documentation. Well, here I am. Let me know if there
is anything I can help out with.

and Paul gave him this answer:

1 63 64 65 66 67 78