2009-10-19 |
Jay Freeman... | Replaced function closure 'for each'..in compilation... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jay Freeman... | Support array ffi_type through some shady argumentaton... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jay Freeman... | Added CYNoLeader after 'case', implemented a pass-throu... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jay Freeman... | Fixed a namespace scoping serialization bug (cyt instea... |
commit | commitdiff | tree | snapshot |
2009-10-19 |
Jay Freeman... | Added cyrver to make clean, fixed GC protection for... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Updated documentation for new constructor.messages... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Fixed memory protection conditions (now that I finally... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Fixed serialization of function w/ CYNoLeader and imple... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Slightly reorganized code, fixed @class to work with... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Not quite the original, but pretty damn near close. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Added a website folder. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Started work on array comprehensions, implemented multi... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | CYJSObject objectForKey: should be returning nil for... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | CYJSArray is actually supposed to be throwing NSRangeEx... |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Fixed [Array objectAtIndex: > .length] to return nil. |
commit | commitdiff | tree | snapshot |
2009-10-18 |
Jay Freeman... | Support complete back/forth mapping between NSMutableAr... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Jay Freeman... | Made Selector derive from Function, fixed numerability... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Jay Freeman... | Started setting up build environment for Cyrver, fixed... |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Jay Freeman... | Fail to auto-@property get a void return. |
commit | commitdiff | tree | snapshot |
2009-10-17 |
Jay Freeman... | Improved lexical syntax errors and added not-isatty... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Fixed one stupid CYON bug in what was otherwise an... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Broke apart Connector from Library and fixed cases... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Fleshed out support for &, reworked nil internally... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Renamed Application.cpp to Console.cpp. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Changed console commands to start with ? and added... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | I think this objectiriddification will finally stick. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Got the makefile to not rebuild the .deb constantly... |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Implemented ->, &, and fleshed out *. |
commit | commitdiff | tree | snapshot |
2009-10-16 |
Jay Freeman... | Implemented ivar access, added some general runtime... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jay Freeman... | Support -p and <script> at the same time. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jay Freeman... | Improved console syntax error reporting. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jay Freeman... | Attempted to refactor grammar slightly to obtain better... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jay Freeman... | Added some common methods to Type class, implemented... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jay Freeman... | Added Instance constructor instance (for Instance.proto... |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jay Freeman... | Finally got process attach stable. |
commit | commitdiff | tree | snapshot |
2009-10-15 |
Jay Freeman... | Fixed number output formatting (to avoid accidental... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jay Freeman... | Fixed a stupid set of bugs that broke HelloCycript... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jay Freeman... | Solve a corner case of dealloc hooking on JS derived... |
commit | commitdiff | tree | snapshot |
2009-10-14 |
Jay Freeman... | Added a lot of bridge supports, setup for enum and... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Jay Freeman... | Protect bash glob expansions while generating libcycrip... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Jay Freeman... | Fix line numbers of errors caused in executed scripts... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Jay Freeman... | Fixed an issue where I could no longer create pointers... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Jay Freeman... | Implemented pointer indirect assignment. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Jay Freeman... | Implemented pointer indirection. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Jay Freeman... | Finished the memory manager. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jay Freeman... | Added bridging for nlist_64, activated memory manager... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jay Freeman... | Started working on CYApplicationMain replacement, added... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jay Freeman... | Implemented structure field names, removed parentheses... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jay Freeman... | Implemented @property access, made Pointer.toCYON print... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jay Freeman... | Moved HTTP server to its own file, implemented toJSON... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jay Freeman... | Minor refactoring, checkpoint commit. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Jay Freeman... | Fixed [4 longLongValue] == 1.522122665807053e+16. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jay Freeman... | Added more UIKit bridging, better factored property... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jay Freeman... | Remove system.global temporarily, added libffi Depends... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jay Freeman... | Add CFShow* to Bridge. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jay Freeman... | Remove e: debugging NSLog. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jay Freeman... | Output all message declarations (not just one or the... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jay Freeman... | Mostly implemented Struct support. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jay Freeman... | Tried to unify naming of classes, removed usages of... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Jay Freeman... | I hate NSNull. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Jay Freeman... | Added support for array and dictionary property access. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Jay Freeman... | Drastic modifications to exception handling that requir... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Jay Freeman... | Further memory management improvements, fixed some... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Jay Freeman... | Drastic improvements to memory management, handle many... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Jay Freeman... | Added some documentation links for reference. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Jay Freeman... | Added console commands. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Jay Freeman... | Further normalization and fixed some output cases. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Jay Freeman... | Docuemented some precedence rules (going to target... |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Jay Freeman... | Fixed a stupid bug that caused ?: to crash. |
commit | commitdiff | tree | snapshot |
2009-10-02 |
Jay Freeman... | Drastically improved serializer. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Fixed argument serialization comma bug. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Serialise JSON WebUndefined's in NSArray as JS elision. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Implemented CYSelector::Output, split CYSelectorPart... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Change mind (again) and use tightly-coupled C++ API. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Support tokenization errors. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Finished implementing strings. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Readline integration and console refactoring. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Locations, array literal elisions, and fixed prompting. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | More interactivity and @selector start. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Picked some minor nits. |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Factored away all LALR(1) conflicts and gave up on... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Implemented automatic semicolon insertion token restric... |
commit | commitdiff | tree | snapshot |
2009-10-01 |
Jay Freeman... | Unified scanner state. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Jay Freeman... | Escaped the Q Continuum. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Jay Freeman... | Finished implementing automatic semi-colon rules, but... |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Jay Freeman... | I nailed the interactive parser! |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Jay Freeman... | Connected the console back together. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Jay Freeman... | Added output generation. |
commit | commitdiff | tree | snapshot |
2009-09-30 |
Jay Freeman... | I finally finished the AST. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jay Freeman... | Maybe finished lexer. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jay Freeman... | The glue code required for Bison/Flex parsers is insane. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jay Freeman... | C++ Bison conversion. |
commit | commitdiff | tree | snapshot |
2009-09-29 |
Jay Freeman... | Finished JS Bison/Flex parser. |
commit | commitdiff | tree | snapshot |
2009-09-04 |
Jay Freeman... | OMG it compiles. |
commit | commitdiff | tree | snapshot |
2009-09-02 |
Jay Freeman... | Checkpoint before something drastic. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jay Freeman... | Ready to start testing the parser. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jay Freeman... | Use _pooled in CYConsole. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jay Freeman... | Refactored console mechanism. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jay Freeman... | Temporarily remove MobileSubstrate extension. |
commit | commitdiff | tree | snapshot |
2009-09-01 |
Jay Freeman... | Fixed clean target. |
commit | commitdiff | tree | snapshot |
next |