openhub.net
Black Duck Software, Inc.
Black Duck Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
Projects
People
Projects
Organizations
Forums
The Slate Programming Language
Settings
|
Report Duplicate
4
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 3 years
ago. based on code collected
almost 12 years
ago.
Jul 14, 2010 — Jul 14, 2011
Showing page 1 of 36
Search / Filter on:
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.
Brian T. Rice
More...
over 12 years ago
Added a candidate `bindTo: macro for keyword message sends.
Brian T. Rice
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.
Brian T. Rice
More...
over 12 years ago
Aliased Message #send as #dispatch.
Brian T. Rice
More...
over 12 years ago
Enhanced the Makefile structure so that platform word-size is automatically detected via temporary C program.
Brian T. Rice
More...
over 12 years ago
Added Syntax Lexer showTokensFrom: which prints out Token descriptions line-by-line for debugging.
Brian T. Rice
More...
over 12 years ago
Syntax code cleanups.
Brian T. Rice
More...
over 12 years ago
Code cleanups, mainly to use ##() literal parentheses syntax.
Brian T. Rice
More...
over 12 years ago
Macro code cleanups.
Brian T. Rice
More...
over 12 years ago
Tweaks for Emacs indentation.
Brian T. Rice
More...
over 12 years ago
Curses plugin wrapper cleanups.
Brian T. Rice
More...
over 12 years ago
SmartConsole/SmartREPL code cleanups.
Brian T. Rice
More...
over 12 years ago
Re-ordered core macro definitions to minimize bootstrap impact on source code, and added some dummy bindTo:/::= definitions.
Brian T. Rice
More...
over 12 years ago
Bug-fix for Emacs mode indentation within a comment.
Brian T. Rice
More...
over 12 years ago
ProcessPipe code cleanups.
Brian T. Rice
More...
over 12 years ago
Fixes for the Emacs mode indentation.
Brian T. Rice
More...
over 12 years ago
Removed old Platform plugin code.
Brian T. Rice
More...
over 12 years ago
Added op-assignments to the list of special binary selectors.
Brian T. Rice
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.
Brian T. Rice
More...
over 12 years ago
Added Syntax VariableOperation as shared parent of StoreVariable and LoadVariable.
Brian T. Rice
More...
over 12 years ago
Optimized Array `setTo: to not create a new variable if the value node is a variable load already.
Brian T. Rice
More...
over 12 years ago
Makefile bootstrap updates for the bootstrap code modularization.
Brian T. Rice
More...
over 12 years ago
.gitignore updates.
Brian T. Rice
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.
Brian T. Rice
More...
over 12 years ago
A couple of fixes for the previous REPL-nesting patch.
Brian T. Rice
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.
Brian T. Rice
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.
Brian T. Rice
More...
over 12 years ago
Extended Namespace import:from: to take a collection of names to import at once.
Brian T. Rice
More...
over 12 years ago
Moved SortedArray from prototypes to the collections namespace.
Brian T. Rice
More...
over 12 years ago
Modified src/mobius bootstrap code to load modularly, so that the library code can be relocated.
Brian T. Rice
More...
over 12 years ago
←
1
2
3
4
5
6
7
8
9
…
35
36
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree