Changes between Version 2 and Version 3 of Doc/panc/language


Ignore:
Timestamp:
Sep 22, 2006, 12:34:36 PM (18 years ago)
Author:
/O=GRID-FR/C=FR/O=CNRS/OU=LAL/CN=Charles Loomis
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/panc/language

    v2 v3  
    44This page describes the changes which are planned for the pan language.  These changes will be incorporated after the first production release of the java-based implementation of the pan compiler.  The overall goal of these changes are either to simplify the language from the user's point-of-view or to speed (and simplify) the pan parser.
    55
    6 '''Allow only a DML block to use used with include statements.'''  This will simplify the lexer by reducing the number of times it must enter a special lexical state (or namespaced identifiers).  It also simplifies the grammar by removing a branch.  It is not backwards compatible because all name will at a minimum need to be enclosed in quotes.
     6'''Allow only a DML blocks to be used with include statements.'''  This will simplify the lexer by reducing the number of times it must enter a special lexical state (or namespaced identifiers).  It also simplifies the grammar by removing a branch.  It is not backwards compatible because all name will at a minimum need to be enclosed in quotes.