aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/parsingtoolbox.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix .. as range operatorRenaud G2020-03-281-2/+2
|
* add unicity and repeat function part2Renaud G2020-03-281-85/+1089
|
* Remove ambiguous syntax.Renaud G2020-03-281-7/+3
| | | | | Range [X..Y] Pow: 2**2
* Output tags for dice list.Renaud G2020-01-291-0/+88
|
* Remove warningsRenaud G2019-09-241-6/+6
|
* Fix compilation on windowsRenaud G2019-09-151-1/+1
|
* prevent warningRenaud G2019-09-151-1/+1
|
* remove use of pointerRenaud G2019-07-281-9/+8
|
* Add bool return to manage no parameter on painter nodeRenaud G2019-07-281-17/+21
|
* New API for isValidRangeSizeRenaud G2019-07-281-11/+5
|
* Fix crash found by aflRenaud G2019-07-251-2/+6
|
* Fix read validatorRenaud G2019-07-121-6/+5
|
* fix #43Renaud G2019-05-021-0/+2
|
* Fix display filler and compilation.Renaud G2019-03-241-1/+1
|
* add occurencecountnodeRenaud G2019-03-231-0/+11
|
* Add new way to replace pattern in string result.Renaud G2019-03-231-25/+107
|
* save draft about string parsingRenaud Guezennec2019-03-221-0/+40
|
* clang formatRenaud G2019-02-121-326/+310
|
* clazy warningsRenaud G2019-01-051-4/+7
|
* fix several little issue.Renaud G2018-12-191-0/+1
|
* List operator fix of range.Renaud G2018-12-151-5/+23
|
* add integer division operatorRenaud G2018-09-281-0/+1
|
* Adding powRenaud G2018-09-021-0/+1
|
* Merge branch 'master' of github.com:Rolisteam/DiceParserRenaud G2018-08-271-6/+6
|\
* | -New API for validating validor.Renaud G2018-08-271-2/+4
| | | | | | | | Prevent endless loop in R operator.
| * Change management of variable (ref instead of pointer)Renaud G2018-08-121-6/+6
|/ | | | | using static is a bad idea as more and more diceparser are now use in rolisteam.
* 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
| | | | -Move function
* -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
| | | | -update some features
* 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
| | | | result.
* -update API usedRenaud G2017-02-121-0/+13
|
* -remove debug outputs.Renaud G2017-02-051-1/+0
|