Skip to content

Commit

Permalink
consistent use of ΞBGF
Browse files Browse the repository at this point in the history
  • Loading branch information
grammarware committed Jan 20, 2013
1 parent 83db23f commit b9ef08e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion shared/tools/cbgf2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# wiki: ΞBGF
# wiki: ΞBGF2
LOCAL=${PWD}
cd `dirname $0`
cd ../..
Expand Down
6 changes: 3 additions & 3 deletions topics/documents/wiki/genHome.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
]

c = [
['BGF','XBGF','ΞBGF','EXBGF','MegaL','LDF','XLDF','EDD',
'ANF|Abstract Normal Form','LCI','BTF','LCF','Rascal','Prolog','XML','XSD','Factorial Language','Java Language Specification']
['BGF','XBGF','CBGF','EXBGF','MegaL','LDF','XLDF','EDD',
'ANF|Abstract Normal Form','LCI','BTF','LCF','Rascal','Prolog','XML','XSD','Factorial Language','Java Language Specification','Grammarware','grammar in a broad sense','Metaprogramming','Grammar programming']
,
['ANTLR2BGF', 'AsFix2BTF', 'BGF2BNF', 'BGF2DMS', 'BGF2dot', 'BGF2HTML', 'BGF2Rascal', 'BGF2SDF', 'BGF2TeX', 'BGF2TXL', 'BTF2BGF', 'BTF2src', 'CBGF2', 'CBGF2CBNF', 'CBGF2XBGF', 'DCG2BGF', 'Ecore2BGF', 'EDD2Rascal', 'EXBGF2XBGF', 'HTML2BGF', 'Java2BGF', 'LDF2BGF', 'LDF2HTML', 'LDF2PDF', 'LDF2SET', 'LDF2TEX', 'LLL2BGF', 'PDF2BGF', 'Py2BGF', 'Rascal2BGF', 'RascalADT2BGF', 'RascalSyntax2BGF', 'SDF2BGF', 'Spec2BGF', 'TXL2BGF', 'XBGF2CBGF', 'XBGF2HTML', 'XBGF2TeX', 'XBGF2XBNF', 'XML2BTF', 'XSD2BGF', 'XSD2LDF']
,
Expand Down Expand Up @@ -39,5 +39,5 @@
f.write('|'+'|'.join(['-'*v for v in w])+'|\n')
for i in range(0,l):
while(len(c[i])<d): c[i].append('')
f.write('\n'.join(['|'+'|'.join([c[i][j] and ('[['+c[i][j]+']]').center(w[i]) or ''.center(w[i]) for i in range(0,l)])+'|' for j in range(0,d)]))
f.write('\n'.join(['|'+'|'.join([c[i][j] and ('[['+c[i][j]+']]').center(w[i]) or ''.center(w[i]) for i in range(0,l)])+'|' for j in range(0,d)]).replace('CBGF','ΞBGF'))
f.close()
2 changes: 1 addition & 1 deletion topics/documents/wiki/texts
Submodule texts updated from fbf192 to 570664

0 comments on commit b9ef08e

Please sign in to comment.