module documentation

pygments.lexers.macaulay2 ~~~~~~~~~~~~~~~~~~~~~~~~~ Lexer for Macaulay2. :copyright: Copyright 2006-2022 by the Pygments team, see AUTHORS. :license: BSD, see LICENSE for details.

Class Macaulay2Lexer Lexer for Macaulay2, a software system for research in algebraic geometry.
Constant M2CONSTANTS Undocumented
Constant M2DATATYPES Undocumented
Constant M2FUNCTIONS Undocumented
Constant M2KEYWORDS Undocumented
M2CONSTANTS: tuple[str, ...] = (source)

Undocumented

Value
('AbstractToricVarieties',
 'Acknowledgement',
 'AdditionalPaths',
 'AdjointIdeal',
 'AfterEval',
 'AfterNoPrint',
 'AfterPrint',
...
M2DATATYPES: tuple[str, ...] = (source)

Undocumented

Value
('Adjacent',
 'AffineVariety',
 'Analyzer',
 'ANCHOR',
 'AngleBarList',
 'Array',
 'AssociativeExpression',
...
M2FUNCTIONS: tuple[str, ...] = (source)

Undocumented

Value
('about',
 'abs',
 'accumulate',
 'acos',
 'acosh',
 'acot',
 'acoth',
...
M2KEYWORDS: tuple[str, ...] = (source)

Undocumented

Value
('and',
 'break',
 'catch',
 'continue',
 'do',
 'elapsedTime',
 'elapsedTiming',
...