fix bracket evaluation
[calc.git] / parser.h
2023-03-07  Laurent Mazetmove all code relative to readline into separate file (2)
2023-02-20  Laurent MazetMerge branch 'refactoring'
2023-02-08  Laurent Mazetsplit code into multiple files
2023-02-07  Laurent Mazetmem without argument returns size
2023-02-05  Laurent Mazetstack functions
2023-02-05  Laurent Mazetadd arg feature
2023-02-04  Laurent Mazetstack management
2023-02-03  Laurent Mazeterror functions
2023-02-02  Laurent Mazetadd log10 function
2023-01-31  Laurent Mazetfull edit function
2023-01-31  Laurent Mazetpartial implementation of edit
2023-01-30  Laurent Mazetbuggy commit
2023-01-29  Laurent Mazetvery partial program functions
2023-01-28  Laurent Mazetclear feature
2023-01-28  Laurent Mazetmemory feature
2023-01-27  Laurent Mazetadd hidden option
2023-01-27  Laurent Mazetenhance prompt and format management
2023-01-26  Laurent Mazetprint function
2023-01-26  Laurent Mazetparial completion feature
2023-01-26  Laurent Mazetadd tan, acos, asin, abs, ceil and floor functions
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