@coatl
  • Stars
    star
    151
  • Global Rank 153,004 (Top 6 %)
  • Followers 56
  • Following 1
  • Registered over 15 years ago
  • Most used languages
    Ruby
    100.0 %

Top repositories

1

rubymacros

RubyMacros is a lisp-like macro pre-processor for Ruby. More than just a purely textual substitution scheme, RubyMacros can manipulate and morph Ruby parse trees (in the form of RedParse Nodes) at parse time in just about any way you see fit.
Ruby
61
star
2

redparse

RedParse is a ruby parser written in pure ruby.
Ruby
24
star
3

reg

Reg is a library and language for pattern matching in ruby data structures. Reg provides Regexp-like match and match-and-replace for all data structures (particularly Arrays, Objects, and Hashes), not just Strings.
Ruby
18
star
4

sequence

Sequence provides a unified api for access to sequential Ruby data types, like Strings, Arrays, Files, IOs, and Enumerations.
Ruby
14
star
5

rubylexer

RubyLexer is a hyper-correct lexer library for Ruby, written in Ruby.
Ruby
14
star
6

ron

Well, who needed another serialization format? Not me, but that's what I've made. Ruby Object Notation (Ron) is a textual format for the representation of Ruby data structures. It's somewhat like YAML, XML, or (most of all) JSON. However, since it is defined entirely within and as a subset of Ruby, it has the slick property that Ron expressions are legal Ruby. Thus it is very like JSON, except that it's Ruby-centered instead of being JavaScript-centered.
Ruby
11
star
7

pathman

pathman or path manager assembles groups of projects so that they can be used together smoothly
Ruby
3
star
8

sshh

ssh halcyon helps you set up and manage per-host keys, so you only need to type your password on 1st connect
Ruby
1
star