kr.motd.maven.sphinx.dist.pygments.lexers.grammar_notation$py.class Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sphinx-maven-plugin Show documentation
Show all versions of sphinx-maven-plugin Show documentation
Maven plugin that creates the site with Sphinx
???? 1? f$0 R(Lorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject; __doc__ ?
pygments.lexers.grammar_notation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Lexers for grammer notations like BNF.
:copyright: Copyright 2006-2017 by the Pygments team, see AUTHORS.
:license: BSD, see LICENSE for details.
org/python/core/PyString fromInterned .(Ljava/lang/String;)Lorg/python/core/PyString;
org/python/core/PyFrame
setglobal /(Ljava/lang/String;Lorg/python/core/PyObject;)V
setline (I)V
re org/python/core/imp importOne H(Ljava/lang/String;Lorg/python/core/PyFrame;I)Lorg/python/core/PyObject;
setlocal
pygments.lexer " java/lang/String $
RegexLexer & bygroups ( include * this , using . words 0
importFrom \(Ljava/lang/String;[Ljava/lang/String;Lorg/python/core/PyFrame;I)[Lorg/python/core/PyObject; 2 3
4 pygments.token 6 Comment 8 Keyword : Literal < Name > Number @ Operator B Punctuation D String F Text H org/python/core/PyList J org/python/core/PyObject L BnfLexer N AbnfLexer P JsgfLexer R ([Lorg/python/core/PyObject;)V T U
K V __all__ X getname .(Ljava/lang/String;)Lorg/python/core/PyObject; Z [
\
BnfLexer$1
__module__ _ __name__ a>
This lexer is for grammer notations which are similar to
original BNF.
In order to maximize a number of targets of this lexer,
let's decide some designs:
* We don't distinguish `Terminal Symbol`.
* We do assume that `NonTerminal Symbol` are always enclosed
with arrow brackets.
* We do assume that `NonTerminal Symbol` may include
any printable characters except arrow brackets and ASCII 0x20.
This assumption is for `RBNF `_.
* We do assume that target notation doesn't support comment.
* We don't distinguish any operators and punctuation except
`::=`.
Though these desision making might cause too minimal highlighting
and you might be disappointed, but it is reasonable for us.
.. versionadded:: 2.1
c BNF e name g bnf i aliases k *.bnf m filenames o
text/x-bnf q mimetypes s org/python/core/PyDictionary u root w org/python/core/PyTuple y (<)([ -;=?-~]+)(>) { Class } __getattr__ [
M ? __call__ ?(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ? ?
M ?
z V ::= ? [^<>:]+ ? . ?
v V tokens ? getf_locals ()Lorg/python/core/PyObject; ? ?
? #pygments/lexers/grammar_notation$py ? Lorg/python/core/PyCode; ^ ? ? ? org/python/core/Py ? makeClass a(Ljava/lang/String;[Lorg/python/core/PyObject;Lorg/python/core/PyCode;)Lorg/python/core/PyObject; ? ?
? ? java/util/Arrays ? fill (([Ljava/lang/Object;Ljava/lang/Object;)V ? ?
? ? AbnfLexer$2 ?
Lexer for `IETF 7405 ABNF
`_
(Updates `5234 `_)
grammars.
.. versionadded:: 2.1
? ABNF ? abnf ? *.abnf ? text/x-abnf ? ALPHA ? BIT ? CHAR ? CR ? CRLF ? CTL ? DIGIT ? DQUOTE ? HEXDIG ? HTAB ? LF ? LWSP ? OCTET ? SP ? VCHAR ? WSP ? _core_rules ? ;.*$ ? Single ? (%[si])?"[^"]*" ? %b[01]+\-[01]+\b ? %b[01]+(\.[01]+)*\b ? %d[0-9]+\-[0-9]+\b ? %d[0-9]+(\.[0-9]+)*\b ? %x[0-9a-fA-F]+\-[0-9a-fA-F]+\b ? !%x[0-9a-fA-F]+(\.[0-9a-fA-F]+)*\b ? \b[0-9]+\*[0-9]+ ?
\b[0-9]+\* ? \b[0-9]+ ? \* ? \b ? suffix ? g(Lorg/python/core/ThreadState;[Lorg/python/core/PyObject;[Ljava/lang/String;)Lorg/python/core/PyObject; ? ?
M ? [a-zA-Z][a-zA-Z0-9-]+\b ? (=/|=|/) ? [\[\]()] ? \s+ ? ? ? ? ? JsgfLexer$3 n
For `JSpeech Grammar Format `_
grammars.
.. versionadded:: 2.2
? JSGF jsgf *.jsgf application/jsgf application/x-jsgf text/jsgf
MULTILINE UNICODE _or 6(Lorg/python/core/PyObject;)Lorg/python/core/PyObject;
M flags comments S(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ?
M non-comments
/\*\*(?!/) Multiline documentation comment! /\*[\w\W]*?\*/# //.*% \A#JSGF[^;]*' Preproc) ;+ [=|()\[\]*+]- /[^/]+// Float1 "3 Double5 string7 \{9 Other; tag= import? publicA ReservedC grammar\bE grammar nameG (<)(NULL|VOID)(>)I BuiltinK <M rulenameO \w+|[^\s;=|()\[\]*+/"{<\w]+Q #popS \\.U EscapeW [^\\"]+Y \}[ [^\\}]+] \._ [^;\s.]+a Namespacec >e ([^.>]+)(\s*)(\.)g [^.>]+i Constantk \*/m B(^\s*\*?\s*)(@(?:example|see)\s+)([\w\W]*?(?=(?:^\s*\*?\s*@|\*/)))o Specialq examples stateu (^\s*\*?\s*)(@\S*)w m(Lorg/python/core/ThreadState;Lorg/python/core/PyObject;Lorg/python/core/PyObject;)Lorg/python/core/PyObject; ?y
Mz [^*\n@]+|\w|\W| \n\s*\*~ ? ? ?? f_lasti I?? ? None Lorg/python/core/PyObject;?? ?? (Ljava/lang/String;)V org/python/core/PyFunctionTable? ()V T?
?? self %Lpygments/lexers/grammar_notation$py;?? ?? ? newCode ?(I[Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IZZLorg/python/core/PyFunctionTable;I[Ljava/lang/String;[Ljava/lang/String;II)Lorg/python/core/PyCode;??
?? ? ?? getMain ()Lorg/python/core/PyCode; main ([Ljava/lang/String;)V ? T?
????
?? org/python/core/CodeLoader? createSimpleBootstrap 9(Lorg/python/core/PyCode;)Lorg/python/core/CodeBootstrap;??
?? runMain 5(Lorg/python/core/CodeBootstrap;[Ljava/lang/String;)V??
?? getCodeBootstrap !()Lorg/python/core/CodeBootstrap; #org/python/core/PyRunnableBootstrap? )getFilenameConstructorReflectionBootstrap 2(Ljava/lang/Class;)Lorg/python/core/CodeBootstrap;??
??
call_function S(ILorg/python/core/PyFrame;Lorg/python/core/ThreadState;)Lorg/python/core/PyObject;
?? ^
?? ?
?? ?
?? org/python/core/PyRunnable? Lorg/python/compiler/APIVersion; value % Lorg/python/compiler/MTime; `9?? Lorg/python/compiler/Filename; j/home/trustin/Workspaces/sphinx-maven-plugin/target/update-sphinx/dist/pygments/lexers/grammar_notation.py org/python/core/ThreadState? Code LineNumberTable StackMap
SourceFile RuntimeVisibleAnnotations ! ?? ? ?? ? ^ ? ? ? ? ? ? ? i+? ? +
? ? W+? +? N+-? !N+? #? %N-'S-)S-+S--S-/S-1S-+? 5N-2:+'? !:-2:+)? !:-2:++? !:-2:+-? !:-2:+/? !:-2:+1? !:+? 7 ? %N-9S-;S-=S-?S-AS-CS-ES-GS-IS-+? 5N-2:+9? !:-2:+;? !:-2:+=? !:-2:+?? !:-2:+A? !:-2:+C? !:-2:+E? !:-2:+G? !:-2:+I? !:+? ? KY? MYO? SYQ? SYS? S? WN+Y-? !N+? ? MN+'? ]-__SO-? ?? ?:+O? !:-? ?+E? ? MN+'? ]-__SQ-? ?? ?:+Q? !:-? ?+ ?? ? MN+'? ]-__SS-??? ?:+S? !:-? ?+????? ? "
E ? ^ ? ? n+`+b? ]? !+d? ? !+/? d? W+1? f? N+h-? !N+2? ? KY? MYj? S? WN+l-? !N+3? ? KY? MYn? S? WN+p-? !N+4? ? KY? MYr? S? WN+t-? !N+6? ? vY? MYx? SY? KY? MY? zY? MY|? SY+)? ],+E? ]+?? ]~? ?+E? ]? ?S? ?SY? zY? MY?? SY+C? ]S? ?SY? zY? MY?? SY+I? ]S? ?SY? zY? MY?? SY+I? ]S? ?S? WS? ?N+?-? !N+? ?? ? / 1 2 3 4 6 ? ? " ?+`+b? ]? !+?? ? !+M? ?? W+O? ?? N+h-? !N+P? ? KY? MY?? S? WN+l-? !N+Q? ? KY? MY?? S? WN+p-? !N+R? ? KY? MY?? S? WN+t-? !N+T? ? zY? MY?? SY?? SY?? SY?? SY?? SY?? SY?? SY?? SY?? SY ø SY
Ÿ SYǸ SYɸ SY
˸ SY SYϸ S? ?N+?-? !N+Y? ? vY? MYx? SY? KY? MY? zY? MYӸ SY+9? ]ն ?S? ?SY? zY? MY SY+=? ]S? ?SY? zY? MYٸ SY+=? ]S? ?SY? zY? MY۸ SY+=? ]S? ?SY? zY? MYݸ SY+=? ]S? ?SY? zY? MY߸ SY+=? ]S? ?SY? zY? MY? SY+=? ]S? ?SY? zY? MY? SY+=? ]S? ?SY? zY? MY? SY+C? ]S? ?SY ? zY? MY? SY+C? ]S? ?SY
? zY? MY? SY+C? ]S? ?SY? zY? MY? SY+C? ]S? ?SY? zY? MY+1? ],? MN+Ѷ ]-__S?? -__S? %:?S-? ?NSY+;? ]S? ?SY
? zY? MY?? SY+?? ]~? ?S? ?SY? zY? MY?? SY+C? ]S? ?SY? zY? MY?? SY+E? ]S? ?SY? zY? MY?? SY+I? ]S? ?SY? zY? MY?? SY+I? ]S? ?S? WS? ?N+?-? !N+? ?? ? M O P Q R T Y ? ? ? d+`+b? ]? !+?? ? !+ ?? ?? W+ ?? ? N+h-? !N+ ?? ? KY? MY? S? WN+l-? !N+ ?? ? KY? MY? S? WN+p-? !N+ ?? ? KY? MY? SY ? SY? S? WN+t-? !N+ ?? +? ]
? ?+? ]? ??N+-? !N+ ?? ? vY? MYx? SY? KY? MY++? ],? ?SY++? ],? ?S? WSY? SY? KY? MY? zY? MY? SY+9? ] ? ?SY"? S? ?SY? zY? MY$? SY+9? ] ? ?S? ?SY? zY? MY&? SY+9? ]ն ?S? ?S? WSY? SY? KY? MY? zY? MY(? SY+9? ]*? ?S? ?SY? zY? MY?? SY+I? ]S? ?SY? zY? MY,? SY+E? ]S? ?SY? zY? MY.? SY+C? ]S? ?SY? zY? MY0? SY+A? ]2? ?S? ?SY? zY? MY4? SY+G? ]6? ?SY8? S? ?SY? zY? MY:? SY+G? ]