aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parsingtoolbox.cpp
Commit message (Collapse)AuthorAgeFilesLines
* -Fix issue while no validatorRenaud G2015-10-111-5/+11
|
* fix indentationRenaud G2015-10-111-1/+1
|
* Merge branch 'rangeInList'Renaud G2015-10-111-24/+175
|\ | | | | | | | | | | | | | | | | | | | | resolved conflicts and merge rangeInList in master. Conflicts: HelpMe.md diceparser.cpp parsingtoolbox.cpp result/result.cpp result/stringresult.h
* | fix cppcheck issueRenaud G2015-08-281-2/+3
| |
| * Add compositevalidator to explose operator.Renaud G2015-08-201-21/+93
| |
| * remove debug messageRenaud G2015-06-111-8/+0
| |
| * -add method to read list with probability value. It sets range for allRenaud G2015-06-091-2/+92
|/ | | | values in List node.
* remove useless debug outputsRenaud G2015-05-161-4/+0
|
* add method to read dice range (a bit different from validator range)Renaud G2015-05-151-1/+42
|
* -remove memory leaksRenaud G2015-04-081-0/+9
| | | | -delete created objects
* -Better understanding of validators toString methodRenaud G2015-04-011-1/+8
| | | | | | -return error if error have been detected for endless loop. -add listaliasnode.h/.cpp to the pri file -protect the use of pointer
* add better error management (not finished yet)Renaud G2015-03-311-0/+32
| | | | | add check for endless loop in validator (not finished yet) Better helpMe
* -Add new node to roll die as value of list.Renaud G2015-03-061-0/+15
|
* Update parsingtoolbox.cppRenaud G.2014-05-281-0/+21
| | | gpl header
* Update parsingtoolbox.cppobiwankennedy2014-01-211-0/+20
| | | adding readOpen/closeParentheses
* Create parsingtoolbox.cppobiwankennedy2014-01-201-0/+132
library of parsing methods