Created bin/akin |
|
More...
|
almost 14 years ago
|
Brace activation produces cell nodes as receivers. Operator shuffling produces activation on cells. |
|
More...
|
almost 14 years ago
|
Added cell node for accessing an object cell |
|
More...
|
almost 14 years ago
|
Added infix operator notation like in haskell. |
|
More...
|
almost 14 years ago
|
Fixed more operator shuffling specs. |
|
More...
|
almost 14 years ago
|
Merge remote-tracking branch 'vic/master' |
|
More...
|
almost 14 years ago
|
Ignore generated grammar.rb from git |
|
More...
|
almost 14 years ago
|
Dont produce special :on node, use chained :block instead |
|
More...
|
almost 14 years ago
|
Fix specs for op-shuffling on rb19 |
|
More...
|
almost 14 years ago
|
Trying to make all specs pass with ruby18 and ruby19 |
|
More...
|
almost 14 years ago
|
Added rake clean task to remove all rbc files. |
|
More...
|
about 14 years ago
|
Dot after keyword allows to take rest of chain as argument. |
|
More...
|
about 14 years ago
|
Keyword messages should take a chains as arguments. |
|
More...
|
about 14 years ago
|
Add accessor method to create new context. |
|
More...
|
about 14 years ago
|
Parsing context. |
|
More...
|
about 14 years ago
|
Separated operator table from suffle implementation. |
|
More...
|
about 14 years ago
|
Implemented operator shuffling, the precedence table is that of ioke. |
|
More...
|
about 14 years ago
|
Use context helper method instead of repeating code. |
|
More...
|
about 14 years ago
|
Specs for unary negation operator (!) |
|
More...
|
about 14 years ago
|
Dont rely on node type to determine if its an operator. Use the OPERATOR table instead. |
|
More...
|
about 14 years ago
|
Basic operator precedence / shuffling. |
|
More...
|
about 14 years ago
|
The empty keyword message. |
|
More...
|
about 14 years ago
|
More operator chaining tests. |
|
More...
|
about 14 years ago
|
Simplified cons rule. |
|
More...
|
about 14 years ago
|
Added more unicode tests |
|
More...
|
about 14 years ago
|
Added symbols syntax. |
|
More...
|
about 14 years ago
|
Using :: as cons operator and <ident>: for messages. |
|
More...
|
about 14 years ago
|
Simplified chain rule. |
|
More...
|
about 14 years ago
|
Dont assume activation is round-bracketed unless explicitly made so. |
|
More...
|
about 14 years ago
|
Dot creates message chain. |
|
More...
|
about 14 years ago
|