由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Unix版 - [转载] any fast way to learn Yak? (bison and flex)
相关主题
how to sscanf this case.[转载] CVS question
awk questionSolaris底下没有类似getopt_long的call?
equivilent $REMOTEHOST in kshA question about symbolic link
帮帮忙,用C作一个SHELLYACC tables (yyact, yypact, yypgo ...) 的问题 (转载)
Shell Question脚本编程求助: BC的使用
请教一个shell script的问题[转载] C 语言输入函数紧急求助!
Help on get an integer from a date stringc++ 中如何把str转换为float?
[转载] Perl text parsinghow to sscanf this case.
相关话题的讨论汇总
话题: yak话题: any话题: bison话题: learn话题: flex
进入Unix版参与讨论
1 (共1页)
f*g
发帖数: 47
1
【 以下文字转载自 Linux 讨论区 】
【 原文由 fpg 所发表 】
want to parse some text files for my data structure, but never touch it before
besides using c language(sscanf...) , i heard yak is good at parsing files.
any better way to learn it? I only got the manual from gnu which lead me to
nowhere since I never used it b4.
thanks for any comments.
b****s
发帖数: 472
2
examples of your data?
guess perl is good enough
bison & flex are supposed to parse languages...

【在 f*g 的大作中提到】
: 【 以下文字转载自 Linux 讨论区 】
: 【 原文由 fpg 所发表 】
: want to parse some text files for my data structure, but never touch it before
: besides using c language(sscanf...) , i heard yak is good at parsing files.
: any better way to learn it? I only got the manual from gnu which lead me to
: nowhere since I never used it b4.
: thanks for any comments.

f*g
发帖数: 47
3
the input for parsing is the test pattern files produced by
a commercial tool.
there are many possible formats for each test pattern,
I am not sure if perl can handle this situation well.

【在 b****s 的大作中提到】
: examples of your data?
: guess perl is good enough
: bison & flex are supposed to parse languages...

1 (共1页)
进入Unix版参与讨论
相关主题
how to sscanf this case.Shell Question
谁知道如何调试yacc程序?请教一个shell script的问题
面试要求解方程Help on get an integer from a date string
求讨论一道SYSTEM DESIGN题,CC10.1[转载] Perl text parsing
how to sscanf this case.[转载] CVS question
awk questionSolaris底下没有类似getopt_long的call?
equivilent $REMOTEHOST in kshA question about symbolic link
帮帮忙,用C作一个SHELLYACC tables (yyact, yypact, yypgo ...) 的问题 (转载)
相关话题的讨论汇总
话题: yak话题: any话题: bison话题: learn话题: flex