实例介绍
re2c scanner generator
【实例截图】
【核心代码】
5445c7d4-6375-4fba-8bde-5542d682ea23
└── re2c-0.13.5
├── aclocal.m4
├── actions.cc
├── basics.h
├── bootstrap
│ ├── parser.cc
│ ├── scanner.cc
│ └── y.tab.h
├── CHANGELOG
├── code.cc
├── code.h
├── code_names.h
├── config.h.in
├── configure
├── configure.in
├── config_w32.h.in
├── depcomp
├── dfa.cc
├── dfa.h
├── doc
│ ├── loplas.ps
│ └── sample.bib
├── examples
│ ├── basemmap.c
│ ├── cmmap.re
│ ├── cnokw.re
│ ├── c.re
│ ├── cunroll.re
│ ├── modula.re
│ ├── pp-c.re
│ ├── push.re
│ ├── repeater.re
│ ├── rexx
│ │ ├── README
│ │ ├── rexx.l
│ │ └── scanio.c
│ ├── sample.re
│ └── simple.re
├── globals.h
├── htdocs
│ └── manual.html.in
├── ins.h
├── install-sh
├── lessons
│ ├── 001_upn_calculator
│ │ ├── calc_001.c
│ │ ├── calc_001.re
│ │ ├── calc_002.c
│ │ ├── calc_002.re
│ │ ├── calc_003.c
│ │ ├── calc_003.re
│ │ ├── calc_004.c
│ │ ├── calc_004.re
│ │ ├── calc_005.c
│ │ ├── calc_005.re
│ │ ├── calc_006.s.c
│ │ ├── calc_006.s.re
│ │ ├── calc_007.b.c
│ │ ├── calc_007.b.re
│ │ ├── calc_008.b.c
│ │ ├── calc_008.b.re
│ │ ├── readme.txt
│ │ └── windows
│ │ ├── BuildAndRun.bat
│ │ ├── HiResTimer.h
│ │ ├── main.b.c
│ │ ├── main.b.re
│ │ ├── TestRe2c-2005.sln
│ │ ├── TestRe2c-2005.vcproj
│ │ ├── TestRe2c.dsp
│ │ ├── TestRe2c.dsw
│ │ ├── TestRe2c.ncb
│ │ ├── TestRe2c.sln
│ │ ├── TestRe2c.suo
│ │ └── TestRe2c.vcproj
│ ├── 002_strip_comments
│ │ ├── readme.txt
│ │ ├── strip_001.s.c
│ │ ├── strip_001.s.re
│ │ ├── strip_002.s.c
│ │ ├── strip_002.s.re
│ │ ├── strip_003.b.c
│ │ └── strip_003.b.re
│ └── readme.txt
├── main.cc
├── Makefile.am
├── Makefile.in
├── makerpm.in
├── mbo_getopt.cc
├── mbo_getopt.h
├── missing
├── parser.cc
├── parser.h
├── parser.y
├── re2c.1
├── re2c.1.in
├── re2c.spec
├── re2c.spec.in
├── README
├── README.in
├── re.h
├── run_tests.sh.in
├── scanner.cc
├── scanner.h
├── scanner.re
├── stream_lc.h
├── substr.cc
├── substr.h
├── test
│ ├── bug1054496.c
│ ├── bug1054496.re
│ ├── bug1163046.c
│ ├── bug1163046.re
│ ├── bug1187785.c
│ ├── bug1187785.re
│ ├── bug1297658.c
│ ├── bug1297658.re
│ ├── bug1390174.c
│ ├── bug1390174.re
│ ├── bug1454253b.s.c
│ ├── bug1454253b.s.re
│ ├── bug1454253.c
│ ├── bug1454253.re
│ ├── bug1454253.s.c
│ ├── bug1454253.s.re
│ ├── bug1472770.b.c
│ ├── bug1472770.b.re
│ ├── bug1472770.c
│ ├── bug1472770.f.c
│ ├── bug1472770.f.re
│ ├── bug1472770.re
│ ├── bug1472770.s.c
│ ├── bug1472770.s.re
│ ├── bug1479044.b.c
│ ├── bug1479044.b.re
│ ├── bug1479044.c
│ ├── bug1479044.re
│ ├── bug1479044.s.c
│ ├── bug1479044.s.re
│ ├── bug1528269.c
│ ├── bug1528269.re
│ ├── bug1529351.c
│ ├── bug1529351.re
│ ├── bug1682718.c
│ ├── bug1682718.is.c
│ ├── bug1682718.is.re
│ ├── bug1682718.re
│ ├── bug1708378.ib.c
│ ├── bug1708378.ib.re
│ ├── bug1711240.eis.c
│ ├── bug1711240.eis.re
│ ├── casing-flags.i.c
│ ├── casing-flags.i--case-insensitive.c
│ ├── casing-flags.i--case-insensitive.re
│ ├── casing-flags.i--case-inverted.c
│ ├── casing-flags.i--case-inverted.re
│ ├── casing-flags.i.re
│ ├── c.c
│ ├── cmmap.c
│ ├── cmmap.re
│ ├── cnokw.c
│ ├── cnokw.re
│ ├── cond_error_00.c
│ ├── cond_error_00.re
│ ├── cond_error_01.c.c
│ ├── cond_error_01.c.re
│ ├── cond_error_02.c.c
│ ├── cond_error_02.c.re
│ ├── cond_error_03.c.c
│ ├── cond_error_03.c.re
│ ├── cond_error_04.c.c
│ ├── cond_error_04.c.re
│ ├── cond_error_05.c.c
│ ├── cond_error_05.c.re
│ ├── cond_error_06.c.c
│ ├── cond_error_06.c.re
│ ├── cond_error_07.c.c
│ ├── cond_error_07.c.re
│ ├── cond_error_08.c.c
│ ├── cond_error_08.c.re
│ ├── cond_error_09.c.c
│ ├── cond_error_09.c.re
│ ├── cond_error_10.c.c
│ ├── cond_error_10.c.re
│ ├── cond_error_11.c.c
│ ├── cond_error_11.c.re
│ ├── condition_01a.c.c
│ ├── condition_01a.c.re
│ ├── condition_01b.c.c
│ ├── condition_01b.c.re
│ ├── condition_01.c.c
│ ├── condition_01.c.re
│ ├── condition_02.c.c
│ ├── condition_02.cg.c
│ ├── condition_02.cg.re
│ ├── condition_02.c.re
│ ├── condition_03.cg.c
│ ├── condition_03.cg.re
│ ├── condition_04.cg.c
│ ├── condition_04.cg.re
│ ├── condition_05.cg.c
│ ├── condition_05.cgitcondition_05.cgit.h.c
│ ├── condition_05.cgitcondition_05.cgit.h.h
│ ├── condition_05.cgitcondition_05.cgit.h.re
│ ├── condition_05.cg.re
│ ├── condition_05.cgtcondition_05.cgt.h.c
│ ├── condition_05.cgtcondition_05.cgt.h.h
│ ├── condition_05.cgtcondition_05.cgt.h.re
│ ├── condition_05.cs.c
│ ├── condition_05.cs.re
│ ├── condition_06.cs.c
│ ├── condition_06.cs.re
│ ├── condition_07.cbi.c
│ ├── condition_07.cbi.re
│ ├── condition_08.cbi.c
│ ├── condition_08.cbif.c
│ ├── condition_08.cbif.re
│ ├── condition_08.cbi.re
│ ├── condition_09.cbif.c
│ ├── condition_09.cbif.re
│ ├── condition_09.cgif.c
│ ├── condition_09.cgif.re
│ ├── condition_10.cgif.c
│ ├── condition_10.cgif.re
│ ├── condition_11.cg.c
│ ├── condition_11.cg.re
│ ├── condition_12.cgif.c
│ ├── condition_12.cgif.re
│ ├── condition_13.cg.c
│ ├── condition_13.cg.re
│ ├── condition_14.cbif.c
│ ├── condition_14.cbif.re
│ ├── condition_14.cgif.c
│ ├── condition_14.cgif.re
│ ├── condition_14.cif.c
│ ├── condition_14.cif.re
│ ├── condition_14.csif.c
│ ├── condition_14.csif.re
│ ├── condition_15.csif.c
│ ├── condition_15.csif.re
│ ├── config10.c
│ ├── config10.re
│ ├── config1.c
│ ├── config1.re
│ ├── config2.s.c
│ ├── config2.s.re
│ ├── config3.c
│ ├── config3.re
│ ├── config4a.f.c
│ ├── config4a.f.re
│ ├── config4b.f.c
│ ├── config4b.f.re
│ ├── config4c.f.c
│ ├── config4c.f.re
│ ├── config4d.f.c
│ ├── config4d.f.re
│ ├── config4e.f.c
│ ├── config4e.f.re
│ ├── config4f.f.c
│ ├── config4f.f.re
│ ├── config4g.ifs.c
│ ├── config4g.ifs.re
│ ├── config5.c
│ ├── config5.re
│ ├── config6.c
│ ├── config6.re
│ ├── config7a.g.c
│ ├── config7a.g.re
│ ├── config7b.g.c
│ ├── config7b.g.re
│ ├── config8.c
│ ├── config8.re
│ ├── config9.b.c
│ ├── config9.b.re
│ ├── c.re
│ ├── ctx.b.c
│ ├── ctx.b.re
│ ├── ctx.c
│ ├── ctx.re
│ ├── ctx.s.c
│ ├── ctx.s.re
│ ├── cunroll.c
│ ├── cunroll.re
│ ├── cvsignore.b.c
│ ├── cvsignore.b.re
│ ├── cvsignore.c
│ ├── cvsignore.re
│ ├── cvsignore.s.c
│ ├── cvsignore.s.re
│ ├── cvsignore.ub.c
│ ├── cvsignore.ub.re
│ ├── cvsignore.u.c
│ ├── cvsignore.u.re
│ ├── cvsignore.wb.c
│ ├── cvsignore.wb.re
│ ├── cvsignore.w.c
│ ├── cvsignore.w.re
│ ├── dot_conditions.Dc.c
│ ├── dot_conditions.Dc.re
│ ├── dot.D.c
│ ├── dot.D.re
│ ├── error10.c
│ ├── error10.re
│ ├── error11.c
│ ├── error11.re
│ ├── error12.c
│ ├── error12.re
│ ├── error13.1.c
│ ├── error13.1.re
│ ├── error13.c
│ ├── error13.re
│ ├── error14.1.c
│ ├── error14.1.re
│ ├── error14.c
│ ├── error14.re
│ ├── error1.c
│ ├── error1.re
│ ├── error2.c
│ ├── error2.re
│ ├── error3.c
│ ├── error3.re
│ ├── error4.c
│ ├── error4.re
│ ├── error5.c
│ ├── error5.re
│ ├── error6.c
│ ├── error6.re
│ ├── error7.c
│ ├── error7.re
│ ├── error8.c
│ ├── error8.re
│ ├── error9.c
│ ├── error9.re
│ ├── flex-01.i.c
│ ├── flex-01.iF.c
│ ├── flex-01.iF.re
│ ├── flex-01.i.re
│ ├── input10.b.c
│ ├── input10.b.re
│ ├── input10.c
│ ├── input10.re
│ ├── input10.s.c
│ ├── input10.s.re
│ ├── input11.b.c
│ ├── input11.b.re
│ ├── input11.c
│ ├── input11.i.c
│ ├── input11.i.re
│ ├── input11.re
│ ├── input11.s.c
│ ├── input11.s.re
│ ├── input12.boinput12.c.c
│ ├── input12.boinput12.c.re
│ ├── input12.oinput12.c.c
│ ├── input12.oinput12.c.re
│ ├── input13.c
│ ├── input13.re
│ ├── input1.c
│ ├── input1.re
│ ├── input2.c
│ ├── input2.re
│ ├── input3.c
│ ├── input3.re
│ ├── input4.c
│ ├── input4.re
│ ├── input5.c
│ ├── input5.re
│ ├── input6.c
│ ├── input6.re
│ ├── input7.c
│ ├── input7.re
│ ├── input8.b.c
│ ├── input8.b.re
│ ├── input8.c
│ ├── input8.g.c
│ ├── input8.g.re
│ ├── input8.re
│ ├── input9.c
│ ├── input9.re
│ ├── line-01.c
│ ├── line-01.re
│ ├── modula.c
│ ├── modula.re
│ ├── overflow-1.c
│ ├── overflow-1.re
│ ├── overflow-2.c
│ ├── overflow-2.re
│ ├── overflow-3.c
│ ├── overflow-3.re
│ ├── overflow-4.c
│ ├── overflow-4.re
│ ├── parse_date_1_78.db.c
│ ├── parse_date_1_78.db.re
│ ├── parse_date.b.c
│ ├── parse_date.b.re
│ ├── parse_date.c
│ ├── parse_date.db.c
│ ├── parse_date.db.re
│ ├── parse_date.g.c
│ ├── parse_date.g.re
│ ├── parse_date.re
│ ├── parse_date.s.c
│ ├── parse_date.s.re
│ ├── push.c
│ ├── push.fb.c
│ ├── push.fb.re
│ ├── push.f.c
│ ├── push.fg.c
│ ├── push.fg.re
│ ├── push.f.re
│ ├── push.fs.c
│ ├── push.fs.re
│ ├── push.re
│ ├── repeat-00.cgi.c
│ ├── repeat-00.cgi.re
│ ├── repeat-01.cgir.c
│ ├── repeat-01.cgir.re
│ ├── repeat-02.cgir.c
│ ├── repeat-02.cgir.re
│ ├── repeat-03.cgir.c
│ ├── repeat-03.cgir.re
│ ├── repeat-04.cgir.c
│ ├── repeat-04.cgir.re
│ ├── repeat-05.cgir.c
│ ├── repeat-05.cgir.re
│ ├── repeat-06.gir.c
│ ├── repeat-06.gir.re
│ ├── repeat-07.gir.c
│ ├── repeat-07.gir.re
│ ├── repeater.c
│ ├── repeater.re
│ ├── sample.c
│ ├── sample.re
│ ├── scanner.c
│ ├── scanner.fs.c
│ ├── scanner.fs.re
│ ├── scanner.re
│ ├── scanner.s.c
│ ├── scanner.s.re
│ ├── simple.c
│ ├── simple.re
│ ├── yyaccept_missing.bci.c
│ └── yyaccept_missing.bci.re
├── token.h
├── translate.cc
└── y.tab.h
11 directories, 435 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论