2012-09-23 |
Jay Freeman (saurik) | Theoretically fix bug with in operators in messages. |
blob | commitdiff | raw |
2012-09-23 |
Jay Freeman (saurik) | Fix regex literal parsing in field/property lists. |
blob | commitdiff | raw | diff to current |
2012-09-23 |
Jay Freeman (saurik) | Fix regex literal parse after return, throw, and =>. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Jay Freeman (saurik) | Allow the use of void as a primitive data type. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Jay Freeman (saurik) | Allow Objective-C blocks as a short Functor syntax. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Jay Freeman (saurik) | Reorganize typed identifier storage for other uses. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Jay Freeman (saurik) | Allow Type objects to have associated identifiers. |
blob | commitdiff | raw | diff to current |
2012-09-15 |
Jay Freeman (saurik) | Add @encode() support and use its grammar for types. |
blob | commitdiff | raw | diff to current |
2012-09-11 |
Jay Freeman (saurik) | Add a new ?syntax option to syntax highlight output. |
blob | commitdiff | raw | diff to current |
2012-06-17 |
Jay Freeman (saurik) | Do not assume lookahead (wish I could force it). |
blob | commitdiff | raw | diff to current |
2012-06-16 |
Jay Freeman (saurik) | Assume we do /not/ have lookahead tokens for lexer. |
blob | commitdiff | raw | diff to current |
2012-06-15 |
Jay Freeman (saurik) | Re-thread LexSet{Statement,RegExp} to fix division. |
blob | commitdiff | raw | diff to current |
2012-06-13 |
Jay Freeman (saurik) | Allow usage of C++11 auto keyword. |
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) | Implement (modified) ECMA6 array comprehensions. |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Jay Freeman (saurik) | Compensate for comprehensions getting in for !in. |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Jay Freeman (saurik) | When messages took no arguments, type returned NULL. v0.9.457 |
blob | commitdiff | raw | diff to current |
2012-06-08 |
Jay Freeman (saurik) | Allow type signatures to be specified on messages. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Fix ;@implementation by adding it to LexSetStatement. |
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) | Reorganize grammar and add more labelled sections. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Allow ECMA6 property-name-is-also-the-value shortcut. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Rename NameAndValue and add trailing-, per ECMA6. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | MemberAccess is allowed Word, not just Identifier. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | A !in token should technically count as a Word. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Allow of to be used as Identifier, not just Word. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | While let might not be Identifier, it sure is Word. |
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-07 |
Jay Freeman (saurik) | Add support for ECMA6 for-of iteration statements. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Add lexer-level brace hack back for => {} syntax. |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Jay Freeman (saurik) | Replace a literal 0 with the symbolic yyeof_. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Introduce ECMA 6 fat-arrow lambda function syntax. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Make Expression always return a compact CYCompound. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Remove RelationalExpression_: merge to parent. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Remove AssignmentExpression_: merge to parent. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Remove UnaryAssigneeExpression: merge to parent. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Remove CYDriver::statement_: we always have lookahead. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Remove unneeded cy::parser:: qualitifications. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Remove redundant grammar rules: NoRE, NoIn, NoBF. |
blob | commitdiff | raw | diff to current |
2012-06-06 |
Jay Freeman (saurik) | Standardize grammar rule ordering: *_, *, *Opt. |
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) | Use CYForDeclarations as indirection to finish CYLet. |
blob | commitdiff | raw | diff to current |
2012-06-03 |
Jay Freeman (saurik) | Add support for Objective-C boxed expression syntax. |
blob | commitdiff | raw | diff to current |
2012-06-01 |
Jay Freeman (saurik) | Support Objective-C class extension syntax. |
blob | commitdiff | raw | diff to current |
2011-05-23 |
Jay Freeman (saurik) | Implement more syntax from strawman:block_lambda_revival. |
blob | commitdiff | raw | diff to current |
2010-07-13 |
Jay Freeman (saurik) | A typo in ObjectLiteral kept us from parsing jQuery. |
blob | commitdiff | raw | diff to current |
2010-07-12 |
Jay Freeman (saurik) | Don't optimize {} to ; in the parser. |
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) | Changed from a threaded pool to a thread-local pool... |
blob | commitdiff | raw | diff to current |
2010-07-05 |
Jay Freeman (saurik) | Let's at least parse Objective-J. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Jay Freeman (saurik) | Implemented initial support for Ruby Blocks. |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Jay Freeman (saurik) | Add optional parameter support. |
blob | commitdiff | raw | diff to current |
2010-04-27 |
Jay Freeman (saurik) | Tab-complete FTW! |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Jay Freeman (saurik) | With Bison 2.4 I can trust yyerrok. |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Jay Freeman (saurik) | I hate the Bison 2.3/2.4 split. |
blob | commitdiff | raw | diff to current |
2009-11-26 |
Jay Freeman (saurik) | Ported to Cygwin and Bison 2.3. |
blob | commitdiff | raw | diff to current |
|