]> granicus.if.org Git - re2c/commit
Updated examples and added them to 'run_tests.sh' script.
authorUlya Trofimovich <skvadrik@gmail.com>
Tue, 22 Aug 2017 17:06:55 +0000 (18:06 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Tue, 22 Aug 2017 17:06:55 +0000 (18:06 +0100)
commit8ac9292416c130bb42b2796f6e2575c56adec5db
tree757cea2ff2fc35b813f16d65d64694b992962008
parentb3de1826665cdaea2fa26a2b12f08598abae5463
Updated examples and added them to 'run_tests.sh' script.
61 files changed:
re2c/examples/001_upn_calculator/README [deleted file]
re2c/examples/001_upn_calculator/calc_001.re [deleted file]
re2c/examples/001_upn_calculator/calc_002.re [deleted file]
re2c/examples/001_upn_calculator/calc_003.re [deleted file]
re2c/examples/001_upn_calculator/calc_004.re [deleted file]
re2c/examples/001_upn_calculator/calc_005.re [deleted file]
re2c/examples/001_upn_calculator/calc_006.s.re [deleted file]
re2c/examples/001_upn_calculator/calc_007.b.re [deleted file]
re2c/examples/001_upn_calculator/calc_008.b.re [deleted file]
re2c/examples/001_upn_calculator/windows/HiResTimer.h [deleted file]
re2c/examples/001_upn_calculator/windows/main.b.re [deleted file]
re2c/examples/002_strip_comments/README [deleted file]
re2c/examples/002_strip_comments/strip_001.s.re [deleted file]
re2c/examples/002_strip_comments/strip_002.s.re [deleted file]
re2c/examples/002_strip_comments/strip_003.b.re [deleted file]
re2c/examples/01_recognizing_integers.i--tags.c [moved from re2c/test/examples/01_recognizing_integers.i--tags.c with 100% similarity]
re2c/examples/01_recognizing_integers.i--tags.re [moved from re2c/test/examples/01_recognizing_integers.i--tags.re with 100% similarity]
re2c/examples/02_recognizing_strings.i--tags.c [moved from re2c/test/examples/02_recognizing_strings.i--tags.c with 100% similarity]
re2c/examples/02_recognizing_strings.i--tags.re [moved from re2c/test/examples/02_recognizing_strings.i--tags.re with 100% similarity]
re2c/examples/03_arbitrary_large_input.i--tags.c [moved from re2c/test/examples/03_arbitrary_large_input.i--tags.c with 100% similarity]
re2c/examples/03_arbitrary_large_input.i--tags.re [moved from re2c/test/examples/03_arbitrary_large_input.i--tags.re with 100% similarity]
re2c/examples/04_parsing_integers_blocks.i--tags.c [moved from re2c/test/examples/04_parsing_integers_blocks.i--tags.c with 100% similarity]
re2c/examples/04_parsing_integers_blocks.i--tags.re [moved from re2c/test/examples/04_parsing_integers_blocks.i--tags.re with 100% similarity]
re2c/examples/05_parsing_integers_conditions.ci--tags.c [moved from re2c/test/examples/05_parsing_integers_conditions.ci--tags.c with 100% similarity]
re2c/examples/05_parsing_integers_conditions.ci--tags.re [moved from re2c/test/examples/05_parsing_integers_conditions.ci--tags.re with 100% similarity]
re2c/examples/06_braille.cr8i--tags.c [moved from re2c/test/examples/06_braille.cr8i--tags.c with 100% similarity]
re2c/examples/06_braille.cr8i--tags.re [moved from re2c/test/examples/06_braille.cr8i--tags.re with 100% similarity]
re2c/examples/07_cxx98.i--tags.c [moved from re2c/test/examples/07_cxx98.i--tags.c with 100% similarity]
re2c/examples/07_cxx98.i--tags.re [moved from re2c/test/examples/07_cxx98.i--tags.re with 100% similarity]
re2c/examples/08_ipv4.i--tags.c [moved from re2c/test/examples/08_ipv4.i--tags.c with 100% similarity]
re2c/examples/08_ipv4.i--tags.re [moved from re2c/test/examples/08_ipv4.i--tags.re with 100% similarity]
re2c/examples/09_etc_passwd.i--tags.c [moved from re2c/test/examples/09_etc_passwd.i--tags.c with 100% similarity]
re2c/examples/09_etc_passwd.i--tags.re [moved from re2c/test/examples/09_etc_passwd.i--tags.re with 100% similarity]
re2c/examples/10_uri_rfc3986.i--tags.c [moved from re2c/test/examples/10_uri_rfc3986.i--tags.c with 100% similarity]
re2c/examples/10_uri_rfc3986.i--tags.re [moved from re2c/test/examples/10_uri_rfc3986.i--tags.re with 100% similarity]
re2c/examples/11_http_rfc7230.i--tags.c [moved from re2c/test/examples/11_http_rfc7230.i--tags.c with 100% similarity]
re2c/examples/11_http_rfc7230.i--tags.re [moved from re2c/test/examples/11_http_rfc7230.i--tags.re with 100% similarity]
re2c/examples/12_float.i--tags.c [moved from re2c/test/examples/12_float.i--tags.c with 100% similarity]
re2c/examples/12_float.i--tags.re [moved from re2c/test/examples/12_float.i--tags.re with 100% similarity]
re2c/examples/13_records.i--tags.c [moved from re2c/test/examples/13_records.i--tags.c with 100% similarity]
re2c/examples/13_records.i--tags.re [moved from re2c/test/examples/13_records.i--tags.re with 100% similarity]
re2c/examples/14_options.i--tags.c [moved from re2c/test/examples/14_options.i--tags.c with 100% similarity]
re2c/examples/14_options.i--tags.re [moved from re2c/test/examples/14_options.i--tags.re with 100% similarity]
re2c/examples/15_binsyms.i--input(custom).c [new file with mode: 0644]
re2c/examples/15_binsyms.i--input(custom).re [new file with mode: 0644]
re2c/examples/16_fake_sentinel.i--input(custom).c [new file with mode: 0644]
re2c/examples/16_fake_sentinel.i--input(custom).re [new file with mode: 0644]
re2c/examples/17_ifstream.i--input(custom).c [new file with mode: 0644]
re2c/examples/17_ifstream.i--input(custom).re [new file with mode: 0644]
re2c/examples/18_push_model.if.c [new file with mode: 0644]
re2c/examples/18_push_model.if.re [new file with mode: 0644]
re2c/examples/input_custom/fixed.re [deleted file]
re2c/examples/input_custom/simple/README [deleted file]
re2c/examples/input_custom/simple/default.re [deleted file]
re2c/examples/input_custom/simple/fgetc.re [deleted file]
re2c/examples/input_custom/simple/istringstream.re [deleted file]
re2c/examples/langs/c.re [deleted file]
re2c/examples/langs/modula.re [deleted file]
re2c/examples/langs/rexx.re [deleted file]
re2c/examples/push_model/push.re [deleted file]
re2c/run_tests.sh.in