]> git.saurik.com Git - cycript.git/history - Cycript.l.in
Allow of to be used as Identifier, not just Word.
[cycript.git] / Cycript.l.in
2012-06-07  Jay Freeman (saurik)Allow of to be used as Identifier, not just Word.
2012-06-07  Jay Freeman (saurik)Add support for ECMA6 for-of iteration statements.
2012-06-07  Jay Freeman (saurik)Add lexer-level brace hack back for => {} syntax.
2012-06-06  Jay Freeman (saurik)Introduce ECMA 6 fat-arrow lambda function syntax.
2012-06-06  Jay Freeman (saurik)Remove CYDriver::statement_: we always have lookahead.
2012-06-06  Jay Freeman (saurik)Remove redundant grammar rules: NoRE, NoIn, NoBF.
2012-06-06  Jay Freeman (saurik)New syntax: let declarations, initialised arguments.
2011-10-21  Jay Freeman (saurik)Ported back to cygwin.
2010-07-10  Jay Freeman (saurik)Updated copyright (2010) and license (LGPLv3).
2010-07-08  Jay Freeman (saurik)Changed from a threaded pool to a thread-local pool...
2010-07-05  Jay Freeman (saurik)Let's at least parse Objective-J.
2010-07-01  Jay Freeman (saurik)Implemented initial support for Ruby Blocks.
2010-04-27  Jay Freeman (saurik)Accidentally lost a _ patch to .in confusion.
2010-04-27  Jay Freeman (saurik)Tab-complete FTW!
2010-04-25  Jay Freeman (saurik)Fix multi-line comments that end with **/.
2009-12-08  Jay Freeman (saurik)Worked around the bug in flex 2.5.35 that causes yy_siz...
2009-12-08  Jay Freeman (saurik)Actually committing the file that fixed the int to...
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.