summaryrefslogtreecommitdiff
path: root/examples/chemicalFormulas.py
Commit message (Expand)AuthorAgeFilesLines
* Updated several examples to latest method namesptmcg2023-05-041-121/+0
* Update some examples to latest pyparsing style, PEP8 namesptmcg2023-04-011-8/+8
* 226 railroad updates (#298)Paul McGuire2021-09-081-5/+5
* change some lambdas to explicit methods for clarity (see discussion in #207);...ptmcg2020-04-261-9/+27
* Blacken the project (#141)Jon Dufresne2019-10-311-20/+40
* Use pyupgrade to upgrade the code to use Python3 conventions (#138)Jon Dufresne2019-10-241-6/+5
* Update examples to reflect newer pyparsing and coding styles, and use '...' t...ptmcg2019-07-051-14/+13
* Add enumerated place holders for strings that invoke str.format(), for Py2 co...ptmcg2019-01-091-4/+4
* Update chemicalFormulas.py example to use new runTests postParse argument, ad...Paul McGuire2018-12-301-27/+48
* Trim trailing white space throughout the projectJon Dufresne2018-12-221-4/+1
* Move src to rootCengiz Kaygusuz2017-11-201-0/+67