aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parsingtoolbox.h
Commit message (Collapse)AuthorAgeFilesLines
* move filesRenaud G2019-07-251-247/+0
|
* Fix read validatorRenaud G2019-07-121-1/+1
|
* add occurencecountnodeRenaud G2019-03-231-0/+2
|
* Add new way to replace pattern in string result.Renaud G2019-03-231-0/+32
|
* clang formatRenaud G2019-02-121-56/+59
|
* List operator fix of range.Renaud G2018-12-151-0/+1
|
* Change management of variable (ref instead of pointer)Renaud G2018-08-121-3/+3
| | | | | using static is a bad idea as more and more diceparser are now use in rolisteam.
* -move readoperand inside parsingtoolbox.Renaud G2018-03-181-0/+5
|
* add API to set startNode VectorRenaud G2018-03-181-0/+1
|
* -Fix reading dynamic variableobiwankennedy2017-11-301-0/+1
| | | | -Move function
* -syntax parsing for dynamic variables.Renaud Guezennec2017-11-281-0/+8
|
* -management of arithmetic operator for scalar result of dice.rguezennec2017-04-271-2/+2
|
* add fail reasonRenaud G2017-03-061-1/+1
|
* -update API usedRenaud G2017-02-121-0/+2
|
* -Add API for copying a branch of execution node.Renaud G2016-11-281-1/+8
| | | | -Allow to use if node several times.
* -add management of string node to display text in some condition.Renaud G2016-11-011-0/+7
|
* improve indentationRenaud G2016-07-151-37/+37
|
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2016-04-141-3/+17
|\
| * Add management for variable in DiceParser.Renaud Guezennec2016-04-131-3/+17
| |
* | change contact link.Renaud G2016-04-031-1/+1
|/
* fix cpp checkRenaud G2016-03-221-6/+11
|
* Add Management of ColorRenaud Guezennec2016-02-041-1/+2
|
* -management of scalaroperation inside if block.Renaud G2016-01-301-1/+4
|
* Implementation of the if node. Work with one if.Renaud Guezennec2016-01-261-1/+1
|
* First shot for implementing ifnode.Renaud Guezennec2016-01-261-0/+3
|
* -Add management of operationCondition : modulo operator.Renaud G2016-01-101-0/+3
|
* Add compositevalidator to explose operator.Renaud G2015-08-201-3/+11
|
* -add method to read list with probability value. It sets range for allRenaud G2015-06-091-1/+11
| | | | values in List node.
* add method to read dice range (a bit different from validator range)Renaud G2015-05-151-0/+9
|
* add comments and gpl header to those files for better documentation in doxygenRenaud G2015-04-301-1/+2
|
* -remove memory leaksRenaud G2015-04-081-0/+7
| | | | -delete created objects
* add better error management (not finished yet)Renaud G2015-03-311-0/+20
| | | | | 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/+8
|
* -store pointeur to previous node.Renaud G2015-03-031-0/+30
|
* Update parsingtoolbox.hRenaud G.2014-05-281-0/+21
| | | gpl header
* Update parsingtoolbox.hobiwankennedy2014-01-211-0/+4
| | | adding readOpen/closeParentheses
* Create parsingtoolbox.hobiwankennedy2014-01-201-0/+31
parsing tool library