Changes between Version 9 and Version 10 of NameSpaces


Ignore:
Timestamp:
2017-09-11 14:23:45 (8 years ago)
Author:
archibald
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NameSpaces

    v9 v10  
    1010To store namespaces we need a structure similar to that detailed below ... [wiki:NotationExplaination explaination of the notation] 
    1111 
     12== DATA DEFINITION == 
    1213{{{ 
    1314NAMESPACE $project:tdx - $system:lang    // however $project is implied and not really needed 
     
    2526    } 
    2627}}} 
     28 
     29== SYNTAX DEFINITION == 
     30 
     31{{{#!div style="background: #ffd; border: 3px ridge" 
     32namespaceClause := "NAMESPACE" {"$"} ident {":"ident}* { "-" {"$" ident { ":" ident }* { ident {":"ident}* }* };  
     33}}}