2016-01-10 |
Jay Freeman (saurik) | Add ?. syntax, for the object query documentation. |
blob | commitdiff | raw |
2016-01-09 |
Jay Freeman (saurik) | Also use CXType walker to for function prototypes. |
blob | commitdiff | raw | diff to current |
2016-01-08 |
Jay Freeman (saurik) | Fix multi-line template strings, removing ?expand. |
blob | commitdiff | raw | diff to current |
2016-01-07 |
Jay Freeman (saurik) | Avoid naming functors without symbols as just "1". |
blob | commitdiff | raw | diff to current |
2016-01-05 |
Jay Freeman (saurik) | Fix Ruby Block arguments and make them lexicalish. |
blob | commitdiff | raw | diff to current |
2016-01-05 |
Jay Freeman (saurik) | Allow strings to be used as extern or field names. |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Jay Freeman (saurik) | Allow users to tab complete struct and enum names. |
blob | commitdiff | raw | diff to current |
2016-01-04 |
Jay Freeman (saurik) | Analyze even more headers and added enum typedefs. |
blob | commitdiff | raw | diff to current |
2016-01-03 |
Jay Freeman (saurik) | Add support for __int128 (though not with libffi). |
blob | commitdiff | raw | diff to current |
2016-01-03 |
Jay Freeman (saurik) | Use class extension syntax as part of Object CYON. |
blob | commitdiff | raw | diff to current |
2016-01-03 |
Jay Freeman (saurik) | Add extern "C" expression, for Functor's toCYON(). |
blob | commitdiff | raw | diff to current |
2016-01-02 |
Jay Freeman (saurik) | Update the copyright year now that 2016 has begun. |
blob | commitdiff | raw | diff to current |
2016-01-01 |
Jay Freeman (saurik) | Add x.[] syntax for "legitimate" subscript access. |
blob | commitdiff | raw | diff to current |
2015-12-31 |
Jay Freeman (saurik) | Add syntax akin to Java's anonymous inner classes. |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Jay Freeman (saurik) | Parse scope and symbol colon operators, from Ruby. |
blob | commitdiff | raw | diff to current |
2015-12-30 |
Jay Freeman (saurik) | Move x.type() to typeid(x) and implement variadic. |
blob | commitdiff | raw | diff to current |
2015-12-29 |
Jay Freeman (saurik) | Fix Objective-C dictionary/array literal lowering. |
blob | commitdiff | raw | diff to current |
2015-12-29 |
Jay Freeman (saurik) | Replace sig::Primitive with full object hierarchy. |
blob | commitdiff | raw | diff to current |
2015-12-22 |
Jay Freeman (saurik) | Add struct definitions and namespace struct names. |
blob | commitdiff | raw | diff to current |
2015-12-21 |
Jay Freeman (saurik) | Transform ECMAScript 6 import as CommonJS require. |
blob | commitdiff | raw | diff to current |
2015-12-19 |
Jay Freeman (saurik) | Finally provide totally legit support for structs. |
blob | commitdiff | raw | diff to current |
2015-12-19 |
Jay Freeman (saurik) | Add typedef-expressions syntax to replace @encode. |
blob | commitdiff | raw | diff to current |
2015-12-18 |
Jay Freeman (saurik) | Rename everything now that we are on Bison >= 2.5. |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Jay Freeman (saurik) | Usage of with needs to create a new damaged scope. |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Jay Freeman (saurik) | Magic identifiers can still be overridden by vars. |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Jay Freeman (saurik) | The arguments variable needs to be declared Magic. |
blob | commitdiff | raw | diff to current |
2015-12-16 |
Jay Freeman (saurik) | Always assign methods (to support JavaScriptCore). |
blob | commitdiff | raw | diff to current |
2015-12-13 |
Jay Freeman (saurik) | Fix for-of comprehensions (got broken by scoping). |
blob | commitdiff | raw | diff to current |
2015-12-12 |
Jay Freeman (saurik) | Support ECMAScript 1-5 for-in initializers syntax. |
blob | commitdiff | raw | diff to current |
2015-12-12 |
Jay Freeman (saurik) | Solidify formatting of ->* uses in global Replace. |
blob | commitdiff | raw | diff to current |
2015-12-12 |
Jay Freeman (saurik) | Extract ForInitializer as a subclass of Statement. |
blob | commitdiff | raw | diff to current |
2015-12-12 |
Jay Freeman (saurik) | Reboot variable renaming for lexical name scoping. |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Jay Freeman (saurik) | Remove CYLetStatement and provide a stub of CYLet. |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Jay Freeman (saurik) | Use Object.defineProperty as ES6 class visibility. |
blob | commitdiff | raw | diff to current |
2015-12-07 |
Jay Freeman (saurik) | Implement ECMAScript 6 class syntax (sort of?...). |
blob | commitdiff | raw | diff to current |
2015-12-06 |
Jay Freeman (saurik) | Fix support for multiple "block lambda" arguments. |
blob | commitdiff | raw | diff to current |
2015-12-02 |
Jay Freeman (saurik) | Finally implemented *entire* ECMAScript 6 grammar. |
blob | commitdiff | raw | diff to current |
2015-12-02 |
Jay Freeman (saurik) | The grammar and lexer should not share a filename. |
blob | commitdiff | raw | diff to current |
2015-11-30 |
Jay Freeman (saurik) | Parse (but ignore) ECMAScript 6 "spread elements". |
blob | commitdiff | raw | diff to current |
2015-11-30 |
Jay Freeman (saurik) | Massive changes to lexer to get template literals. |
blob | commitdiff | raw | diff to current |
2015-11-29 |
Jay Freeman (saurik) | Reorganize grammar to match the ECMAScript 6 spec. |
blob | commitdiff | raw | diff to current |
2015-11-24 |
Jay Freeman (saurik) | Support implicit return from block_lambda_revival. |
blob | commitdiff | raw | diff to current |
2015-11-23 |
Jay Freeman (saurik) | Simplify Block, Compound, and (new) Parenthetical. |
blob | commitdiff | raw | diff to current |
2015-11-21 |
Jay Freeman (saurik) | Simplify CYScope's declaration by embracing Close. |
blob | commitdiff | raw | diff to current |
2015-11-18 |
Jay Freeman (saurik) | Support parenthesized "fat arrow" parameter lists. |
blob | commitdiff | raw | diff to current |
2015-11-10 |
Jay Freeman (saurik) | Update copyright for 2015 (and it is almost 2016). |
blob | commitdiff | raw | diff to current |
2015-11-02 |
Jay Freeman (saurik) | Fix a few poor syntax assumptions in C-like types. |
blob | commitdiff | raw | diff to current |
2015-10-12 |
Jay Freeman (saurik) | Fix for-of loops (an internal variable was wrong). |
blob | commitdiff | raw | diff to current |
2014-10-31 |
Jay Freeman (saurik) | Support extern "C" syntax to FFI via C prototypes. |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Jay Freeman (saurik) | Update copyright for 2014 and relicense to AGPLv3. |
blob | commitdiff | raw | diff to current |
2014-10-11 |
Jay Freeman (saurik) | Repair support for compiling without Objective-C. |
blob | commitdiff | raw | diff to current |
2014-01-23 |
Jay Freeman (saurik) | De-CYNext CYExpression, fix CYCompound/Primitive. |
blob | commitdiff | raw | diff to current |
2014-01-21 |
Jay Freeman (saurik) | Do not ever use NULL type_s, even for ? encoding. |
blob | commitdiff | raw | diff to current |
2014-01-21 |
Jay Freeman (saurik) | Fix pointer crashes and round-trip const void *. |
blob | commitdiff | raw | diff to current |
2014-01-21 |
Jay Freeman (saurik) | Implement full unsigned/signed/long/short syntax. |
blob | commitdiff | raw | diff to current |
2014-01-21 |
Jay Freeman (saurik) | Implement internal multiply (for the compiler). |
blob | commitdiff | raw | diff to current |
2014-01-17 |
Jay Freeman (saurik) | Add support to @encode, Decode_, and With blocks. |
blob | commitdiff | raw | diff to current |
2014-01-12 |
Jay Freeman (saurik) | The desugaring for typedef skipped signatures. |
blob | commitdiff | raw | diff to current |
2014-01-12 |
Jay Freeman (saurik) | {Functor,Selector}.type should return @encode(). |
blob | commitdiff | raw | diff to current |
2014-01-09 |
Jay Freeman (saurik) | Drastically improve syntax support for @encode(). |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Jay Freeman (saurik) | Add syntax to support C-style typedef assignment. |
blob | commitdiff | raw | diff to current |
2014-01-06 |
Jay Freeman (saurik) | Add support for C++11 lambda expression syntax. |
blob | commitdiff | raw | diff to current |
2013-06-22 |
Jay Freeman (saurik) | Reimplement apr_pools using CYPool in libcycript. |
blob | commitdiff | raw | diff to current |
2013-06-21 |
Jay Freeman (saurik) | Replace all apr_pool_t * usages with CYPool &. |
blob | commitdiff | raw | diff to current |
2013-06-19 |
Jay Freeman (saurik) | Upgrade copyright notice (2013, mk, sh, GPLv3). |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Jay Freeman (saurik) | Correctly defer this-resolution on ECMA6 fat-arrows. |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Jay Freeman (saurik) | Split CYLast into CYSetLast (eol) and CYGetLast. |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Jay Freeman (saurik) | Refactor CYSetLast to return a reference to the eol. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Peel away CYCompound layers to fix tab completion. v0.9.456 |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Update the copyright: 2009-2010 is now 2009-2012. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Rename CYForEachIn to CYForOf to better match ECMA6. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | New syntax: let declarations, initialised arguments. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Preserve declaration initialisers replacing for-each. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Prune undefined arguments in final position of calls. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Pass var declarations through non-local functions. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Remove as many double-replaces as could be found. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Reimplement desugaring of let: function, not with. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Avoid deep replace when lifting for-in assignments. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Use CYForDeclarations as indirection to finish CYLet. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Move scoping to CYDeclaration::Assignment from Replace. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Preserve declaration initialisers replacing for-in. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Merge CYStatement::Collapse into CYStatement::Replace. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Remove empty compound expressions generated by CYVar. |
blob | commitdiff | raw | diff to current |
2012-06-05 |
Jay Freeman (saurik) | Remove empty expression statements from the output. |
blob | commitdiff | raw | diff to current |
2012-06-04 |
Jay Freeman (saurik) | Preserve var semantics while desugaring for-each. |
blob | commitdiff | raw | diff to current |
2011-10-21 |
Jay Freeman (saurik) | Ported back to cygwin. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | Build CYSetLast to simplify some replacements. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | Refactor some for loops to a CYForEach() over CYNext<>. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | Simplified CYDeclarations::Replace, which should really... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | Merge CYStatement::ReplaceAll with the new CYCompound... |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | Remove CYExpression::ReplaceAll into CYCompound::Replace. |
blob | commitdiff | raw | diff to current |
2010-07-10 |
Jay Freeman (saurik) | Updated copyright (2010) and license (LGPLv3). |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Jay Freeman (saurik) | Use context.Replace when possible. |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Jay Freeman (saurik) | Change $ CYVariable to $V now that that works. |
blob | commitdiff | raw | diff to current |
2010-07-08 |
Jay Freeman (saurik) | Changed from a threaded pool to a thread-local pool... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Jay Freeman (saurik) | Improved scope compliance on catch() while attempting... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Jay Freeman (saurik) | Fixed non-local return insanity. |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Jay Freeman (saurik) | I forgot to flow Replace() to optional argument initial... |
blob | commitdiff | raw | diff to current |
2010-07-02 |
Jay Freeman (saurik) | Added RubyProc/Blocks. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Jay Freeman (saurik) | Implemented initial support for Ruby Blocks. |
blob | commitdiff | raw | diff to current |
next |