Changes between Version 9 and Version 10 of NameSpaces
- Timestamp:
- 2017-09-11 14:23:45 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NameSpaces
v9 v10 10 10 To store namespaces we need a structure similar to that detailed below ... [wiki:NotationExplaination explaination of the notation] 11 11 12 == DATA DEFINITION == 12 13 {{{ 13 14 NAMESPACE $project:tdx - $system:lang // however $project is implied and not really needed … … 25 26 } 26 27 }}} 28 29 == SYNTAX DEFINITION == 30 31 {{{#!div style="background: #ffd; border: 3px ridge" 32 namespaceClause := "NAMESPACE" {"$"} ident {":"ident}* { "-" {"$" ident { ":" ident }* { ident {":"ident}* }* }; 33 }}}