]> git.saurik.com Git - cycript.git/history - Syntax.hpp
Support 7a09b83's new boolean argument on startVm.
[cycript.git] / Syntax.hpp
2016-01-10  Jay Freeman (saurik)Add ?. syntax, for the object query documentation.
2016-01-09  Jay Freeman (saurik)Also use CXType walker to for function prototypes.
2016-01-08  Jay Freeman (saurik)Fix multi-line template strings, removing ?expand.
2016-01-07  Jay Freeman (saurik)Avoid naming functors without symbols as just "1".
2016-01-05  Jay Freeman (saurik)Allow strings to be used as extern or field names.
2016-01-04  Jay Freeman (saurik)Analyze even more headers and added enum typedefs.
2016-01-03  Jay Freeman (saurik)Add support for __int128 (though not with libffi).
2016-01-03  Jay Freeman (saurik)Use libclang to walk CXType for anonymous structs.
2016-01-03  Jay Freeman (saurik)Add extern "C" expression, for Functor's toCYON().
2016-01-03  Jay Freeman (saurik)Make Functor/struct output fancy type definitions.
2016-01-02  Jay Freeman (saurik)Update the copyright year now that 2016 has begun.
2016-01-01  Jay Freeman (saurik)Add x.[] syntax for "legitimate" subscript access.
2015-12-31  Jay Freeman (saurik)Add syntax akin to Java's anonymous inner classes.
2015-12-30  Jay Freeman (saurik)Parse scope and symbol colon operators, from Ruby.
2015-12-30  Jay Freeman (saurik)Move x.type() to typeid(x) and implement variadic.
2015-12-29  Jay Freeman (saurik)Fix Objective-C dictionary/array literal lowering.
2015-12-29  Jay Freeman (saurik)Replace sig::Primitive with full object hierarchy.
2015-12-23  Jay Freeman (saurik)Avoid clang_tokenize and just get the source file.
2015-12-23  Jay Freeman (saurik)Convert static inline functions into bridge stubs.
2015-12-22  Jay Freeman (saurik)Add struct definitions and namespace struct names.
2015-12-21  Jay Freeman (saurik)Transform ECMAScript 6 import as CommonJS require.
2015-12-19  Jay Freeman (saurik)Finally provide totally legit support for structs.
2015-12-19  Jay Freeman (saurik)Add typedef-expressions syntax to replace @encode.
2015-12-18  Jay Freeman (saurik)Rename everything now that we are on Bison >= 2.5.
2015-12-16  Jay Freeman (saurik)Precedence and RightHand have to represent Output.
2015-12-16  Jay Freeman (saurik)Always assign methods (to support JavaScriptCore).
2015-12-15  Jay Freeman (saurik)Fix parse of yield keywords without an expression.
2015-12-12  Jay Freeman (saurik)Support ECMAScript 1-5 for-in initializers syntax.
2015-12-12  Jay Freeman (saurik)Extract ForInitializer as a subclass of Statement.
2015-12-12  Jay Freeman (saurik)Reboot variable renaming for lexical name scoping.
2015-12-09  Jay Freeman (saurik)Allow multi-line editing and drop libedit support.
2015-12-07  Jay Freeman (saurik)Remove CYLetStatement and provide a stub of CYLet.
2015-12-07  Jay Freeman (saurik)Use Object.defineProperty as ES6 class visibility.
2015-12-07  Jay Freeman (saurik)Implement ECMAScript 6 class syntax (sort of?...).
2015-12-06  Jay Freeman (saurik)Fix support for multiple "block lambda" arguments.
2015-12-04  Jay Freeman (saurik)Slightly improve syntax hierarchy near CYFunction.
2015-12-02  Jay Freeman (saurik)Finally implemented *entire* ECMAScript 6 grammar.
2015-12-02  Jay Freeman (saurik)The grammar and lexer should not share a filename.