Home | History | Annotate | Download | only in antlr3

Lines Matching refs:ruby

1 #!/usr/bin/ruby
65 Similar to StringIO from the standard Ruby library, StringStream wraps raw
114 Ruby runtime API, I found this naming practice both confusing, ambiguous, and
115 un-Ruby-like. Thus, I chose <tt>peek</tt> and <tt>look</tt> to represent a
137 within the stream, basically like typical ruby <tt>IO#seek</tt> style methods.
149 the ANTLR Java/Python runtime library to Ruby. In Java, of course, this is
150 represented as an interface. In Ruby, however, objects are duck-typed and
252 to keep it simple and familliar in this Ruby runtime API.
356 This version of the runtime library primarily targets ruby version 1.8, which
359 0 and 255. Ruby 1.9 does provide built-in encoding support for multi-byte