projects
/
fleet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f0721
)
allow underscores in ship/port names
author
adam
<adam@megacz.com>
Mon, 13 Nov 2006 10:08:56 +0000
(11:08 +0100)
committer
adam
<adam@megacz.com>
Mon, 13 Nov 2006 10:08:56 +0000
(11:08 +0100)
fleet.g
patch
|
blob
|
history
diff --git
a/fleet.g
b/fleet.g
index
7a5b16c
..
85ce537
100644
(file)
--- a/
fleet.g
+++ b/
fleet.g
@@
-43,7
+43,7
@@
CodeBag = CodeBagRef:: CodeBagName
CodeBagName = name &~ Opcode
shipname = name &~ Opcode
portname = name &~ Opcode
-name = Name:: [A-Za-z] [A-Za-z0-9\[\]]**
+name = Name:: [A-Za-z] [A-Za-z0-9\[\]_]**
index = "[" [0-9]+ "]" | [0-9]+
int = [\-0-9]++