Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for grouping (0.15 sec)

  1. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPPROTO_RDP = 27
    pkg syscall (darwin-arm64), const IPPROTO_RDP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_ROUTING = 43
    pkg syscall (darwin-arm64), const IPPROTO_ROUTING ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_RSVP = 46
    pkg syscall (darwin-arm64), const IPPROTO_RSVP ideal-int
    pkg syscall (darwin-arm64), const IPPROTO_RVD = 66
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  2. doc/go_spec.html

    Repetition  = "{" Expression "}" .
    </pre>
    
    <p>
    Productions are expressions constructed from terms and the following
    operators, in increasing precedence:
    </p>
    <pre class="grammar">
    |   alternation
    ()  grouping
    []  option (0 or 1 times)
    {}  repetition (0 to n times)
    </pre>
    
    <p>
    Lowercase production names are used to identify lexical (terminal) tokens.
    Non-terminals are in CamelCase. Lexical tokens are enclosed in
    HTML
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu May 02 22:43:51 GMT 2024
    - 279.6K bytes
    - Viewed (0)
Back to top