repo.or.cz
/
build-config.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
use tokenlist for lexer parser.
[build-config.git]
/
src
/
config
/
lxrgmr-code
/
tokenlist
/
append_str.sh
blob
c7119a32877e5a95f0161d43e9ff321ae89c7662
1
# !/bin/sh
2
3
4
5
cp
tokenname.var tokenname.var.bak
6
cat
tokenname.var.bak |
sed
-E
's/,([ |
\t
]*)(T_[a-zA-Z0-9_]*)/,\1"\2",\1\2/g'
>
tokenname.var
7