4
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 3 years ago. based on code collected almost 12 years ago.
Jul 14, 2010 — Jul 14, 2011
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added preliminary support for Syntax Signatures as distinct from Syntax MethodDefinitions, just lacking a method body block. More... over 12 years ago
Added a candidate `bindTo: macro for keyword message sends. More... over 12 years ago
Improved VM command-line behavior by having it just print out its version/build information whenever the image is not what it expects. More... over 12 years ago
Aliased Message #send as #dispatch. More... over 12 years ago
Enhanced the Makefile structure so that platform word-size is automatically detected via temporary C program. More... over 12 years ago
Added Syntax Lexer showTokensFrom: which prints out Token descriptions line-by-line for debugging. More... over 12 years ago
Syntax code cleanups. More... over 12 years ago
Code cleanups, mainly to use ##() literal parentheses syntax. More... over 12 years ago
Macro code cleanups. More... over 12 years ago
Tweaks for Emacs indentation. More... over 12 years ago
Curses plugin wrapper cleanups. More... over 12 years ago
SmartConsole/SmartREPL code cleanups. More... over 12 years ago
Re-ordered core macro definitions to minimize bootstrap impact on source code, and added some dummy bindTo:/::= definitions. More... over 12 years ago
Bug-fix for Emacs mode indentation within a comment. More... over 12 years ago
ProcessPipe code cleanups. More... over 12 years ago
Fixes for the Emacs mode indentation. More... over 12 years ago
Removed old Platform plugin code. More... over 12 years ago
Added op-assignments to the list of special binary selectors. More... over 12 years ago
Re-added support for literal parenthesis arrays as ##() for FFI migration. The former syntax of #() is now used for Syntax Partial. More... over 12 years ago
Added Syntax VariableOperation as shared parent of StoreVariable and LoadVariable. More... over 12 years ago
Optimized Array `setTo: to not create a new variable if the value node is a variable load already. More... over 12 years ago
Makefile bootstrap updates for the bootstrap code modularization. More... over 12 years ago
.gitignore updates. More... over 12 years ago
Added a proper error message for attempting to using assignment syntax on an Array outside of a block context where a temp variable can be made. More... over 12 years ago
A couple of fixes for the previous REPL-nesting patch. More... over 12 years ago
Defined #repl on Namespace, which enters a REPL centered there, and supported the notion of parametrized REPL start-point to begin with. More... over 12 years ago
Re-structured the prelude and the files it loads to be Namespace-modular, no longer encoding the absolute path of their installation points. More... over 12 years ago
Extended Namespace import:from: to take a collection of names to import at once. More... over 12 years ago
Moved SortedArray from prototypes to the collections namespace. More... over 12 years ago
Modified src/mobius bootstrap code to load modularly, so that the library code can be relocated. More... over 12 years ago