Annotation of 43BSDReno/contrib/isode-beta/doc/interim/bnf.tex, revision 1.1.1.1

1.1       root        1: \File{bnf.bnf},{09:46},{Mar  4 1989}
                      2: \L{\LB{}}
                      3: \L{\LB{\<digit\> ::= [0\-9]}}
                      4: \L{\LB{\<other\> ::= [0\-9a\-zA\-Z+\-.]}}
                      5: \L{\LB{\<hexdigit\> ::= [0\-9a\-f]}}
                      6: \L{\LB{}}
                      7: \L{\LB{\<digitstring\> ::= \<digit\> \<digitstring\>}}
                      8: \L{\LB{                        \| \<digit\>}}
                      9: \L{\LB{\<otherstring\> ::= \<other\> \<otherstring\>}}
                     10: \L{\LB{                        \| \<other\>}}
                     11: \L{\LB{\<hexstring\> ::= \<hexdigit\> \<hexstring\> \| \<hexdigit\>}}
                     12: \L{\LB{}}
                     13: \L{\LB{}}
                     14: \L{\LB{                        }}
                     15: \L{\LB{}}
                     16: \L{\LB{\<presentation\-address\> ::= }}
                     17: \L{\LB{                [[[ \<psel\> \S{}\"\/\"\SE{} ] \<ssel\> \S{}\"\/\"\SE{} ] \<tsel\> \S{}\"\/\"\SE{} ] }}
                     18: \L{\LB{                \<network\-address\-list\>}}
                     19: \L{\LB{}}
                     20: \L{\LB{\<network\-address\-list\> ::= \<network\-address\> \S{}\"\|\"\SE{} \<network\-address\-list\> }}
                     21: \L{\LB{                           \| \<network\-address\>}}
                     22: \L{\LB{}}
                     23: \L{\LB{\<psel\> ::= \<selector\>}}
                     24: \L{\LB{\<ssel\> ::= \<selector\>}}
                     25: \L{\LB{\<tsel\> ::= \<selector\>}}
                     26: \L{\LB{}}
                     27: \L{\LB{\<selector\>  ::= \S{}\'\"\SE{}\S{}\' \<otherstring\> \'\SE{}\S{}\"\'\SE{}        \C{}\-\- IA5}}
                     28: \CE{}\L{\LB{                                             \C{}\-\- For chars not in this}}
                     29: \CE{}\L{\LB{                                             \C{}\-\- string use hex}}
                     30: \CE{}\L{\LB{                \| \S{}\"\#\"\SE{} \<digitstring\>          \C{}\-\- US GOSIP}}
                     31: \CE{}\L{\LB{                \| \S{}\"\'\SE{}\S{}\" \<hexstring\> \"\SE{}\S{}\'H\"\SE{}       \C{}\-\- Hex}}
                     32: \CE{}\L{\LB{                \| \S{}\"\"\SE{}                         \C{}\-\- Empty but present}}
                     33: \CE{}\L{\LB{}}
                     34: \L{\LB{\<network\-address\> ::=   \S{}\"NS\"\SE{} \S{}\"+\"\SE{} \<hexstring\>}}
                     35: \L{\LB{                                 \C{}\-\- Concrete Binary Representation}}
                     36: \CE{}\L{\LB{                                 \C{}\-\- This is the compact encoding}}
                     37: \CE{}\L{\LB{        \| \<afi\> \S{}\"+\"\SE{} \<idi\> [ \S{}\"+\"\SE{} \<dsp\> ]}}
                     38: \L{\LB{}}
                     39: \L{\LB{}}
                     40: \L{\LB{\<dsp\>  ::=}}
                     41: \L{\LB{        \| \S{}\"d\"\SE{} \<digitstring\>          \C{}\-\- Abstract Decimal}}
                     42: \CE{}\L{\LB{        \| \S{}\"x\"\SE{} \<hexstring\>            \C{}\-\- Abstract Binary}}
                     43: \CE{}\L{\LB{        \| \S{}\"l\"\SE{} \<otherstring\>             \C{}\-\- IA5: local form only}}
                     44: \CE{}\L{\LB{        \| \S{}\"RFC\-1006\"\SE{} \S{}\"+\"\SE{} \<prefix\> \S{}\"+\"\SE{} \<ip\> }}
                     45: \L{\LB{           [ \S{}\"+\"\SE{} \<port\> [ \S{}\"+\"\SE{} \<tset\> ]]}}
                     46: \L{\LB{        \| \S{}\"X.25(80)\"\SE{} \S{}\"+\"\SE{} \<prefix\> \S{}\"+\"\SE{} \<dte\> }}
                     47: \L{\LB{           [ \S{}\"+\"\SE{} \<cudf\-or\-pid\> \S{}\"+\"\SE{} \<hexstring\> ]}}
                     48: \L{\LB{        \| \S{}\"ECMA\-117\-Binary\"\SE{} \S{}\"+\"\SE{} \<hexstring\> \S{}\"+\"\SE{} \<hexstring\> }}
                     49: \L{\LB{           \S{}\"+\"\SE{} \<hexstring\>}}
                     50: \L{\LB{        \| \S{}\"ECMA\-117\-Decimal\"\SE{} \S{}\"+\"\SE{} \<digitstring\> \S{}\"+\"\SE{} }}
                     51: \L{\LB{           \<digitstring\> \S{}\"+\"\SE{} \<digitstring\>}}
                     52: \L{\LB{                }}
                     53: \L{\LB{\<idi\> ::= \<digitstring\>}}
                     54: \L{\LB{\<afi\> ::= \S{}\"X121\"\SE{} \| \S{}\"DCC\"\SE{} \| \S{}\"TELEX\"\SE{} \| \S{}\"PSTN\"\SE{} \| \S{}\"ISDN\"\SE{} }}
                     55: \L{\LB{                \| \S{}\"ICD\"\SE{} \| \S{}\"LOCAL\"\SE{} }}
                     56: \L{\LB{}}
                     57: \L{\LB{\<prefix\> ::= \<digit\> \<digit\>         }}
                     58: \L{\LB{}}
                     59: \L{\LB{\<ip\> ::= \<otherstring\>}}
                     60: \L{\LB{                        \C{}\-\- dotted decimal form (e.g., 10.0.0.6)}}
                     61: \CE{}\L{\LB{                        \C{}\-\- or domain (e.g., twg.com)}}
                     62: \CE{}\L{\LB{\<port\> ::= \<digitstring\>}}
                     63: \L{\LB{\<tset\> ::= \<digitstring\>}}
                     64: \L{\LB{}}
                     65: \L{\LB{\<dte\> ::= \<digitstring\>}}
                     66: \L{\LB{\<cudf\-or\-pid\> ::= \S{}\"CUDF\"\SE{} \| \S{}\"PID\"\SE{}}}
                     67: \L{\LB{}}

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.