ovidiu      02/03/01 18:35:28

  Modified:    src/scratchpad/schecoon/src/org/apache/cocoon/flow flow.g
  Log:
  Added import.
  
  Revision  Changes    Path
  1.3       +6 -0      
xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/flow/flow.g
  
  Index: flow.g
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/scratchpad/schecoon/src/org/apache/cocoon/flow/flow.g,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- flow.g    2 Mar 2002 02:01:17 -0000       1.2
  +++ flow.g    2 Mar 2002 02:35:28 -0000       1.3
  @@ -40,6 +40,7 @@
   
           // The following expressions should be rewritten using macros,
           // when they become available
  +    |   "import" identifierStar
       |   "while" LPAREN elem RPAREN expr
       |   "switch" LPAREN elem RPAREN casesGroup
       |   "for" LPAREN (varDecl|elemList) SEMI elemList SEMI elemList RPAREN expr
  @@ -105,6 +106,11 @@
   handler
       :   "catch" LPAREN IDENT IDENT RPAREN block
       |   "finally" block
  +    ;
  +
  +identifierStar
  +    :   IDENT
  +        (DOT (IDENT|STAR))*
       ;
   
   assignment
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to