fix some error cases
[calc.git] / parser.h
2023-01-25  Laurent Mazetpartial program feature
2023-01-24  Laurent Mazetremove limitation on max number of operands
2023-01-24  Laurent Mazetpartial while feature
2023-01-23  Laurent Mazetadd increase and decrease features
2023-01-23  Laurent Mazetcondition feature
2023-01-22  Laurent Mazetadd logical operators
2023-01-22  Laurent Mazetadd comparison operators
2023-01-20  Laurent Mazetstorage feature
2023-01-20  Laurent Mazetadd answer feature
2023-01-20  Laurent Mazetadd constant feature
2023-01-02  Laurent MazetMerge branch 'master' of https://secure.softndesign...
2023-01-01  Mazet Laurentfix precision
2022-12-30  Laurent Mazetfree memories
2022-12-30  Laurent Mazetnew functions: quit and help
2022-12-30  Laurent Mazetcorrect manage cascade minus and divide
2022-12-29  Laurent Mazetnew operator modulo and fix operator priority for simpl...
2022-12-29  Laurent Mazetevaluation function
2022-12-29  Laurent Mazetefficient priority solution
2022-12-29  Laurent Mazetpartial priority solution
2022-12-25  Laurent Mazetpreliminary version
2022-12-24  Laurent Mazetinitial parser