]> git.saurik.com Git - cycript.git/history - Driver.hpp
Correctly handle "high bytes" in "native" strings.
[cycript.git] / Driver.hpp
2016-01-04  Jay Freeman (saurik)Add a ?reparse mode to experiment pretty printing.
2016-01-04  Jay Freeman (saurik)Allow users to tab complete struct and enum names.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2015-12-30  Jay Freeman (saurik)Parse scope and symbol colon operators, from Ruby.
2015-12-21  Jay Freeman (saurik)Transform ECMAScript 6 import as CommonJS require.
2015-12-19  Jay Freeman (saurik)Try to use std::streambuf instead of std::istream.
2015-12-18  Jay Freeman (saurik)Replace \n-tokens with LexNewLine and held tokens.
2015-12-16  Jay Freeman (saurik)Move non-RegEx lexer hacks from Scanner to Parser.
2015-12-08  Jay Freeman (saurik)Move LexSetRegEx to new "post-lookahead" paradigm.
2015-12-07  Jay Freeman (saurik)Implement ECMAScript 6 class syntax (sort of?...).
2015-12-02  Jay Freeman (saurik)Limit recompilation of files upon changed grammar.
2015-12-02  Jay Freeman (saurik)Stub all of ECMAScript 6, but leave unimplemented.
2015-12-01  Jay Freeman (saurik)Use forced lookahead to move "No" hacks to parser.
2015-11-30  Jay Freeman (saurik)Drop support for ObjC @implementation expressions.
2015-11-30  Jay Freeman (saurik)Massive changes to lexer to get template literals.
2015-11-29  Jay Freeman (saurik)Reorganize grammar to match the ECMAScript 6 spec.
2015-11-29  Jay Freeman (saurik)Remove all non-%union fields from semantic values.
2015-11-26  Jay Freeman (saurik)Maybe thread local storage is a performance issue.
2015-11-26  Jay Freeman (saurik)Use -fvisibility=hidden to avoid slow symbol stub.
2015-11-10  Jay Freeman (saurik)Update copyright for 2015 (and it is almost 2016).
2015-11-02  Jay Freeman (saurik)Avoid dependency hell by overriding location type.
2014-10-11  Jay Freeman (saurik)Update copyright for 2014 and relicense to AGPLv3.
2013-09-10  Jay Freeman (saurik)Clean up dependencies now that they are tracked.