]> git.saurik.com Git - cycript.git/history - Cycript.l.in
Drastic performance enhancement by using a perfect hash instead of an sqlite3 database.
[cycript.git] / Cycript.l.in
2009-11-16  Jay Freeman (saurik)Added support for octal literals.
2009-11-15  Jay Freeman (saurik)Implemented YUI /*! ... */ documentation comments.
2009-11-01  Jay Freeman (saurik)Welcome to Leopard.
2009-10-31  Jay Freeman (saurik)Forgot to add @ to ObjectiveC lexer for @"" support.
2009-10-27  Jay Freeman (saurik)Fixed an invalid single-line comment in Flex.
2009-10-27  Jay Freeman (saurik)Updated todo, license, and title.
2009-10-26  Jay Freeman (saurik)Checkpointing syntax work on E4X before temporarily...
2009-10-25  Jay Freeman (saurik)Reorganized grammar to improve InputElement{RegExp...
2009-10-25  Jay Freeman (saurik)Began work on implementing E4X.