summaryrefslogtreecommitdiff
path: root/pygments/lexers/algebra.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright update.Georg Brandl2017-01-221-1/+1
|
* Fix most complaints from regexlint.Georg Brandl2016-02-141-3/+3
|
* * see `#1164 ↵hhsprings2015-11-081-3/+4
| | | | | | <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter-to-check-for-single-character#comment-23146873>`_, TNX Tim! * I noticed bc doesn't support 1.0e-2 form.
* See `#1164 ↵hhsprings2015-11-071-2/+2
| | | | <https://bitbucket.org/birkenfeld/pygments-main/issues/1164/linter-to-check-for-single-character#comment-23138389>`_.
* Fix regarding to Tim's review.hhsprings2015-11-011-9/+8
| | | | | | | | | | 1. move to my contribution notice to AUTHORS 2. some styles. 3. remove unnecessary nested comment support (BC doesn't support it.) 4. use `word` for Keyword Thanks!
* Add the lexer for traditional `bc: an arbitrary precision calculator language'.hhsprings2015-10-281-1/+35
|
* Copyright year update.Georg Brandl2015-01-211-1/+1
|
* Simplify charclasses in a few more modulesGeorg Brandl2014-11-061-6/+6
|
* Mathematica: add comparison operatorsGeorg Brandl2014-10-071-7/+7
|
* split up math moduleGeorg Brandl2014-09-201-0/+187