resolve conflict
authoradam <adam@megacz.com>
Sun, 6 May 2007 08:54:04 +0000 (09:54 +0100)
committeradam <adam@megacz.com>
Sun, 6 May 2007 08:54:04 +0000 (09:54 +0100)
1  2 
src/edu/berkeley/fleet/assembler/fleet.g

@@@ -50,13 -50,13 +50,13 @@@ CodeBag        = CodeBagRef:: CodeBagNa
  
  CodeBagName         = name
  shipname            = name
 -shiptype            = Name:: [A-Z] [A-Za-z0-9\[\]_]**
 -ShipSpecificLiteral = Name:: [A-Z] [A-Z0-9\[\]_]**
 -portname            = Name:: [a-z] [A-Za-z0-9\[\]_]**
 -name                = Name:: [A-Za-z] [A-Za-z0-9\[\]_]**
 -index               = "[" [0-9]+ "]" | [0-9]+
 -int                 = [\-0-9]++
 +shiptype            = Name:: [A-Z]    ("":: [A-Za-z0-9\[\]_]**)
 +ShipSpecificLiteral = Name:: [A-Z]    ("":: [A-Z0-9\[\]_]**)
 +portname            = Name:: [a-z]    ("":: [A-Za-z0-9\[\]_]**)
 +name                = Name:: [A-Za-z] ("":: [A-Za-z0-9\[\]_]**)
 +index               = "[" ("":: [0-9]+) "]" | ("":: [0-9]+)
 +int                 = "":: [\-0-9]++
- ShipSpecific        = ShipSpecific:: "\"" ~[\"]++ "\""
+ ShipSpecific        = ShipSpecific:: "\"" (~[\"])++ "\""
  
  // the following are not part of the official FLEET syntax and are
  // specific to Adam's interpreter.