doc-src/System/Thy/Sessions.thy
changeset 48605 e777363440d6
parent 48604 f651323139f0
child 48650 47330b712f8f
equal deleted inserted replaced
48604:f651323139f0 48605:e777363440d6
    58     ;
    58     ;
    59     description: @'description' @{syntax text}
    59     description: @'description' @{syntax text}
    60     ;
    60     ;
    61     options: @'options' opts
    61     options: @'options' opts
    62     ;
    62     ;
    63     opts: '[' ( (@{syntax name} '=' @{syntax name} | @{syntax name}) + ',' ) ']'
    63     opts: '[' ( (@{syntax name} '=' value | @{syntax name}) + ',' ) ']'
       
    64     ;
       
    65     value: @{syntax name} | @{syntax real}
    64     ;
    66     ;
    65     theories: @'theories' opts? ( @{syntax name} + )
    67     theories: @'theories' opts? ( @{syntax name} + )
    66     ;
    68     ;
    67     files: @'files' ( @{syntax name} + )
    69     files: @'files' ( @{syntax name} + )
    68     "}
    70     "}