0
I Use This!
Inactive

Commits : Listings

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