]> granicus.if.org Git - re2c/commit
Renamed re2c primitives:
authorUlya Trofimovich <skvadrik@gmail.com>
Mon, 9 Feb 2015 17:26:36 +0000 (17:26 +0000)
committerUlya Trofimovich <skvadrik@gmail.com>
Mon, 9 Feb 2015 17:26:36 +0000 (17:26 +0000)
commit7f816a85b03dd26f279868b1d0eaddb50bc8eb4c
treed7eadd64db80d204fe45360ec4a91f66e835c60c
parent394d03aaf4ccc69f527b1659afd01c05d84c1b87
Renamed re2c primitives:

    YYPEEK       ---> RE2C_PEEK
    YYSKIP       ---> RE2C_SKIP
    YYBACKUP     ---> RE2C_BACKUP
    YYBACKUPCTX  ---> RE2C_BACKUP_CTX
    YYRESTORE    ---> RE2C_RESTORE
    YYRESTORECTX ---> RE2C_RESTORE_CTX
    YYEOI        ---> RE2C_LESS_THAN

Updated tests and examples accordingly.

Renamed functions:

    expr_eoi        ---> expr_less_than
    expr_eoi_one    ---> expr_less_than_one
    stmt_backupctx  ---> stmt_backup_ctx
    stmt_restorectx ---> stmt_restore_ctx
15 files changed:
re2c/code.cc
re2c/examples/input_custom/fixed.re
re2c/examples/input_custom/simple/default.re
re2c/examples/input_custom/simple/fgetc.re
re2c/examples/input_custom/simple/istringstream.re
re2c/input_api.cc
re2c/input_api.h
re2c/test/input_custom_default.--input(custom).c
re2c/test/input_custom_default.--input(custom).re
re2c/test/input_custom_fgetc.--input(custom).c
re2c/test/input_custom_fgetc.--input(custom).re
re2c/test/input_custom_istringstream.--input(custom).c
re2c/test/input_custom_istringstream.--input(custom).re
re2c/test/input_custom_mjson.--input(custom).c
re2c/test/input_custom_mjson.--input(custom).re