branch : pmacs2
This commit is contained in:
moculus 2009-03-18 14:10:10 +00:00
parent 3a3f8104e9
commit 69990d41e6
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ br = RegionRule(r'banner', r'^Gforth \d+\.\d+\.\d+', LineGrammar, r"^Type `bye'
ForthPipeGrammar.rules.insert(0, br) ForthPipeGrammar.rules.insert(0, br)
class ForthPipe(Pipe): class ForthPipe(Pipe):
modename = 'forthpipe' name = 'forthpipe'
grammar = ForthPipeGrammar grammar = ForthPipeGrammar
dopen = {} dopen = {}
for s in ['if', 'case', 'of', '?dup-if', '?dup-0=-if', 'begin', 'while', for s in ['if', 'case', 'of', '?dup-if', '?dup-0=-if', 'begin', 'while',