1. 05 May, 2004 5 commits
  2. 04 May, 2004 9 commits
  3. 03 May, 2004 3 commits
  4. 02 May, 2004 6 commits
  5. 01 May, 2004 6 commits
  6. 30 Apr, 2004 10 commits
  7. 29 Apr, 2004 1 commit
    • Cyril Deguet's avatar
      * parser/expr_evaluator: expression evaluator using Reverse Polish Notation · f756fd53
      Cyril Deguet authored
          (a bit "C-style-coded" at the moment ;)
        * utils/var_bool.*: added true and false boolean variables, and the "OR"
          composite variable
        * src/var_manager.*: support for anonymous variables
        * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
          expressions in the XML. Any well-parenthesized expression using "not",
          "or", "and", "true", "false" and boolean variables should be understood
          (not much tested yet).
      f756fd53