~db-keen/rush/asterales-prep

« back to all changes in this revision

Viewing changes to lib/rubyunix/parsers/bash/treetop/bash.treetop

  • Committer: Daniel Brumbaugh Keeney
  • Date: 2008-02-29 15:45:55 UTC
  • Revision ID: devi.webmaster@gmail.com-20080229154555-vn3183wxra06z29s
switched Treetop module back to Ttop (incompatible with Treetop)
updated references to docs to reflect name change to doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
module Rubyunix
22
22
module Parsers
23
23
module Bash
24
 
module Treetop
 
24
module Ttop
25
25
grammar Bash
26
26
 
27
27
  rule script
174
174
    value
175
175
    conditional_operator
176
176
    value
177
 
    space ? ']]'
 
177
    space? ']]'
178
178
  end
179
179
 
180
180
  rule conditional_operator