Ignore:
Timestamp:
May 1, 2008, 7:23:41 PM (16 years ago)
Author:
Tatsukawa, Akimichi
Message:

working on parser.y

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ruby/trunk/adl_parser/lib/parser.y

    r24 r25  
    687687  {
    688688    begin
    689       real = Float(val[0])
     689      real = Float(val[1])
    690690    rescue
    691691      raise
     
    696696  {
    697697    begin
    698       real = Float(val[0])
     698      real = Float(val[1])
    699699    rescue
    700700      raise
Note: See TracChangeset for help on using the changeset viewer.