Skip to content
Snippets Groups Projects
  1. Feb 17, 2010
  2. Feb 16, 2010
  3. Feb 11, 2010
  4. Feb 10, 2010
  5. Feb 09, 2010
  6. Feb 08, 2010
  7. Feb 07, 2010
    • Mark Olesen's avatar
      ENH: add C++-based wmkdepend parser (uses Coco/R grammar). · 49a70d83
      Mark Olesen authored
      - This avoids dependency on lex/flex and provides better encapsulation
        for buffer switching. As a result, the maximum number of open files
        only corresponds to the include depth.
      49a70d83
    • Mark Olesen's avatar
      ENH: Add functionEntry '#calc' to dictionary · 00616b72
      Mark Olesen authored
      - handles basic operations, references to other dictionary entries
        (with '$name' syntax) and assorted mathematical functions:
      
            pi(), degToRad, radToDeg, asin, acos, atan, sin, cos, tan, log,
            log10, mag, atan2, pow
      
      The basic syntax: #calc{ ... };
      
      NOTE the trailing ';' is required for the primitiveEntry to be
      properly defined.
      00616b72