2010-11-12 |
Brian T. Rice | More code cleanups, pursuant to Syntax Signature usage.
|
commit | commitdiff | tree |
2010-11-12 |
Brian T. Rice | Method/selectory query code cleanups/fixes.
|
commit | commitdiff | tree |
2010-11-11 |
Brian T. Rice | Syntax Signature parsing fixes. Optional keywords are...
|
commit | commitdiff | tree |
2010-11-11 |
Brian T. Rice | Macro-expansion code tweaks.
|
commit | commitdiff | tree |
2010-11-11 |
Brian T. Rice | Syntax SourceWriter code cleanups.
|
commit | commitdiff | tree |
2010-11-11 |
Brian T. Rice | Removed nextAsStatementOrNil, folding it in with nextAsState...
|
commit | commitdiff | tree |
2010-11-11 |
Brian T. Rice | More Syntax Signature parser code updates.
|
commit | commitdiff | tree |
2010-11-09 |
Brian T. Rice | Added preliminary support for Syntax Signatures as...
|
commit | commitdiff | tree |
2010-11-09 |
Brian T. Rice | Added a candidate `bindTo: macro for keyword message...
|
commit | commitdiff | tree |
2010-11-09 |
Brian T. Rice | Improved VM command-line behavior by having it just...
|
commit | commitdiff | tree |
2010-11-09 |
Brian T. Rice | Aliased Message #send as #dispatch.
|
commit | commitdiff | tree |
2010-11-09 |
Brian T. Rice | Enhanced the Makefile structure so that platform word...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Added Syntax Lexer showTokensFrom: which prints out...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Syntax code cleanups.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Code cleanups, mainly to use ##() literal parentheses...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Macro code cleanups.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Tweaks for Emacs indentation.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Curses plugin wrapper cleanups.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | SmartConsole/SmartREPL code cleanups.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Re-ordered core macro definitions to minimize bootstrap...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Bug-fix for Emacs mode indentation within a comment.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | ProcessPipe code cleanups.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Fixes for the Emacs mode indentation.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Removed old Platform plugin code.
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Added op-assignments to the list of special binary...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Re-added support for literal parenthesis arrays as...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Added Syntax VariableOperation as shared parent of...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Optimized Array `setTo: to not create a new variable...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | Makefile bootstrap updates for the bootstrap code modulariza...
|
commit | commitdiff | tree |
2010-11-08 |
Brian T. Rice | .gitignore updates.
|
commit | commitdiff | tree |
2010-11-06 |
Brian T. Rice | Added a proper error message for attempting to using...
|
commit | commitdiff | tree |
2010-11-06 |
Brian T. Rice | A couple of fixes for the previous REPL-nesting patch.
|
commit | commitdiff | tree |
2010-11-06 |
Brian T. Rice | Defined #repl on Namespace, which enters a REPL centered...
|
commit | commitdiff | tree |
2010-11-06 |
Brian T. Rice | Re-structured the prelude and the files it loads to...
|
commit | commitdiff | tree |
2010-11-06 |
Brian T. Rice | Extended Namespace import:from: to take a collection...
|
commit | commitdiff | tree |
2010-11-04 |
Brian T. Rice | Moved SortedArray from prototypes to the collections...
|
commit | commitdiff | tree |
2010-11-04 |
Brian T. Rice | Modified src/mobius bootstrap code to load modularly...
|
commit | commitdiff | tree |
2010-11-04 |
Brian T. Rice | Adjusted Namespace import:from: to make immutable bindings.
|
commit | commitdiff | tree |
2010-11-04 |
Brian T. Rice | Core code cleanups, to use "result" as return value...
|
commit | commitdiff | tree |
2010-11-04 |
Brian T. Rice | Further Emacs mode macro syntax highlight tweak, for...
|
commit | commitdiff | tree |
2010-11-03 |
Brian T. Rice | Emacs mode adjustments to fix block header highlighting.
|
commit | commitdiff | tree |
2010-11-03 |
Brian T. Rice | Added better numeric printing support to the Language...
|
commit | commitdiff | tree |
2010-11-02 |
Brian T. Rice | Code cleanups in src/mobius.
|
commit | commitdiff | tree |
2010-11-02 |
Brian T. Rice | Assignment usage and other cleanups in src/i18n.
|
commit | commitdiff | tree |
2010-11-02 |
Brian T. Rice | Code cleanups to reduce explicit returns.
|
commit | commitdiff | tree |
2010-11-02 |
Brian T. Rice | Code cleanup for #definitionLocation, to allow Syntax...
|
commit | commitdiff | tree |
2010-11-02 |
Brian T. Rice | src/lib code cleanups using `er and Partials.
|
commit | commitdiff | tree |
2010-11-02 |
Brian T. Rice | More src/core code cleanups.
|
commit | commitdiff | tree |
2010-11-02 |
Brian T. Rice | Fix for printing True/False/Nil objects.
|
commit | commitdiff | tree |
2010-11-01 |
Brian T. Rice | Non-core code adjustments to use Partial syntax for...
|
commit | commitdiff | tree |
2010-11-01 |
Brian T. Rice | Alteration of core code to use Partial syntax for blocks.
|
commit | commitdiff | tree |
2010-11-01 |
Brian T. Rice | Fix for parsing Syntax Placeholder.
|
commit | commitdiff | tree |
2010-10-31 |
Brian T. Rice | Syntax-related code cleanups.
|
commit | commitdiff | tree |
2010-10-31 |
Brian T. Rice | Set code cleanups.
|
commit | commitdiff | tree |
2010-10-31 |
Brian T. Rice | Added #arity to Syntax Partial which count the number...
|
commit | commitdiff | tree |
2010-10-31 |
Brian T. Rice | Implemented the `er macro for Syntax Partial.
|
commit | commitdiff | tree |
2010-10-31 |
Brian T. Rice | Emacs mode tweak for macro-send highlighting.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | More fixes for Method roleReader.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Various code cleanups.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Emacs mode tweaks for binary selectors, particular...
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | A couple of source cleanups for Cord and Path.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Fixed, adjusted, and reconsidered various parts of...
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Parsing/evaluation/printing fixes for Syntax Partial...
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Role/method query refactorings/cleanups.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Assignment syntax (:=) usage in Stream code, with cleanups.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Fix for skipUntil: which was breaking #senders/#implementati...
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Updated the README to direct source control to github.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Various parsing-related source cleanups.
|
commit | commitdiff | tree |
2010-10-29 |
Brian T. Rice | Implemented nextAsStatementOrNil to handle blanks in...
|
commit | commitdiff | tree |
2010-10-28 |
Brian T. Rice | Uses of compile-time literal array syntax.
|
commit | commitdiff | tree |
2010-10-28 |
Brian T. Rice | Generalized `conditions: and `conditions:otherwise...
|
commit | commitdiff | tree |
2010-10-28 |
Brian T. Rice | Created and used a #keywords method on Symbol which...
|
commit | commitdiff | tree |
2010-10-28 |
Brian T. Rice | Used indexLast internally within Sequence methods.
|
commit | commitdiff | tree |
2010-10-28 |
Brian T. Rice | Assignment syntax usage (:=) in src/ui/ along with...
|
commit | commitdiff | tree |
2010-10-26 |
Brian T. Rice | More String code cleanups for assignment syntax.
|
commit | commitdiff | tree |
2010-10-26 |
Brian T. Rice | Patched ASCIIString so that passing at:put: an integer...
|
commit | commitdiff | tree |
2010-10-26 |
Brian T. Rice | Removed redundant parentheses following assignment...
|
commit | commitdiff | tree |
2010-10-26 |
Brian T. Rice | Assignment syntax invades src/core
|
commit | commitdiff | tree |
2010-10-26 |
Brian T. Rice | src/mobius changes to use assignment (:=) in source.
|
commit | commitdiff | tree |
2010-10-26 |
Brian T. Rice | Bootstrapped in all the remaining assignment (:=) source...
|
commit | commitdiff | tree |
2010-10-21 |
Brian T. Rice | Preliminary (disabled, incorrect) parsing support for...
|
commit | commitdiff | tree |
2010-10-21 |
Brian T. Rice | Fixed a typo from the latest syntax changes.
|
commit | commitdiff | tree |
2010-10-21 |
Brian T. Rice | Syntax Lexer code cleanups.
|
commit | commitdiff | tree |
2010-10-20 |
Brian T. Rice | Final src/lib changes to use syntactic assignment,...
|
commit | commitdiff | tree |
2010-10-20 |
Brian T. Rice | Massive syntax refactoring to use assignment in remaining...
|
commit | commitdiff | tree |
2010-10-20 |
Brian T. Rice | Removed the port of the State Replication Protocol...
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Array literal syntax usage tweaks.
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Updates to both Emacs and Vim highlighting for assignment...
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Added an additional helper message for the end of the...
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Assignment syntax refactorings for src/lib.
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Assignment syntax changes for src/mobius.
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Assignment syntax refactorings for src/shell.
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Use of #{} vs. {} in code, to avoid some consing.
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Assignment syntax refactorings for src/unfinished.
|
commit | commitdiff | tree |
2010-10-19 |
Brian T. Rice | Assignment syntax refactorings and other code cleanups...
|
commit | commitdiff | tree |
2010-10-18 |
Brian T. Rice | Massive syntax refactoring in non-core libraries to...
|
commit | commitdiff | tree |
2010-10-18 |
Brian T. Rice | Added emacs syntax highlighting for := and =:=.
|
commit | commitdiff | tree |
2010-10-18 |
Brian T. Rice | Fixed syntax Parser bugs for the case where keyword...
|
commit | commitdiff | tree |
2010-10-18 |
Brian T. Rice | Added support for SpecialBinarySelectors in Parser...
|
commit | commitdiff | tree |
2010-10-18 |
Brian T. Rice | Extended `setTo: to handle Syntax Literal symbols and...
|
commit | commitdiff | tree |