aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parsingtoolbox.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2018-08-271-6/+6
|\
* | -New API for validating validor.Renaud G2018-08-271-2/+4
| * Change management of variable (ref instead of pointer)Renaud G2018-08-121-6/+6
|/
* Clean upRenaud G2018-04-221-2/+0
* -Add blank line.Renaud G2018-04-111-0/+1
* -move readoperand inside parsingtoolbox.Renaud G2018-03-181-7/+40
* add API to set startNode VectorRenaud G2018-03-181-5/+16
* -c++11 for loop (instead foreach)Renaud G2018-03-171-3/+3
* fix cpp errorsRenaud G2018-03-061-0/+2
* -remove warningsRenaud G2018-02-241-1/+1
* -fix non return value.Renaud G2018-02-111-0/+1
* -Add management of unique for dice and list.Renaud G2018-01-251-1/+1
* fix readDynamicVariableRenaud G2018-01-111-4/+3
* -Fix reading dynamic variableobiwankennedy2017-11-301-1/+16
* -clean up codeRenaud Guezennec2017-11-281-3/+0
* -syntax parsing for dynamic variables.Renaud Guezennec2017-11-281-0/+23
* remove useless commitRenaud G2017-11-251-5/+4
* -add powRenaud G2017-10-291-9/+10
* -c++11 updateRenaud G2017-10-211-7/+7
* Merge branch 'group'Renaud G2017-10-181-0/+15
|\
| * add groupRenaud G2017-10-181-0/+15
* | c++11 stuff and remove outputRenaud G2017-10-131-2/+2
|/
* -management of arithmetic operator for scalar result of dice.rguezennec2017-04-271-8/+8
* add fail reasonRenaud G2017-03-061-3/+16
* -Add : compare operator to ask the if operator to compare the scalarRenaud G2017-02-281-0/+5
* -update API usedRenaud G2017-02-121-0/+13
* -remove debug outputs.Renaud G2017-02-051-1/+0
* -fix help command.Renaud G2017-01-141-1/+2
* -Add API for copying a branch of execution node.Renaud G2016-11-281-0/+17
* add filter nodeRenaud G2016-11-051-0/+1
|\
| * -Add FilterNode to dice system.Renaud G2016-11-031-0/+1
* | -add management of string node to display text in some condition.Renaud G2016-11-011-0/+52
|/
* -fix reading partially defined range.Renaud G2016-09-251-5/+46
* Fix percentage value for List operator.Renaud G2016-04-281-30/+19
* fix cppcheck error.Renaud G2016-04-211-4/+8
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2016-04-141-1/+49
|\
| * Add management for variable in DiceParser.Renaud Guezennec2016-04-131-1/+49
* | change contact link.Renaud G2016-04-031-3/+3
| * fix c++11 codeRenaud G2016-03-241-2/+2
|/
* fix cpp checkRenaud G2016-03-221-9/+14
* -Remove color stuff in syntax analyzeRenaud Guezennec2016-02-051-0/+3
* Add Management of ColorRenaud Guezennec2016-02-041-0/+21
* -management of scalaroperation inside if block.Renaud G2016-01-301-0/+27
* Implementation of the if node. Work with one if.Renaud Guezennec2016-01-261-6/+0
* First shot for implementing ifnode.Renaud Guezennec2016-01-261-0/+8
* -Add management of operationCondition : modulo operator.Renaud G2016-01-101-1/+47
* fix cppcheck errorsRenaud G2016-01-081-35/+8
* -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
|\