Import regex-syntax 0.6.28 upstream upstream/0.6.28
authorWoohyun Jung <wh0705.jung@samsung.com>
Tue, 14 Mar 2023 03:53:52 +0000 (12:53 +0900)
committerWoohyun Jung <wh0705.jung@samsung.com>
Tue, 14 Mar 2023 03:53:52 +0000 (12:53 +0900)
commitbe4369a45d4d84ba940fd849bcf71176f03cc68d
tree7b6d8806ea9224fd0b410712ad2521f492539205
Import regex-syntax 0.6.28
40 files changed:
.cargo_vcs_info.json [new file with mode: 0644]
Cargo.toml [new file with mode: 0644]
Cargo.toml.orig [new file with mode: 0644]
LICENSE-APACHE [new file with mode: 0644]
LICENSE-MIT [new file with mode: 0644]
README.md [new file with mode: 0644]
benches/bench.rs [new file with mode: 0644]
src/ast/mod.rs [new file with mode: 0644]
src/ast/parse.rs [new file with mode: 0644]
src/ast/print.rs [new file with mode: 0644]
src/ast/visitor.rs [new file with mode: 0644]
src/either.rs [new file with mode: 0644]
src/error.rs [new file with mode: 0644]
src/hir/interval.rs [new file with mode: 0644]
src/hir/literal/mod.rs [new file with mode: 0644]
src/hir/mod.rs [new file with mode: 0644]
src/hir/print.rs [new file with mode: 0644]
src/hir/translate.rs [new file with mode: 0644]
src/hir/visitor.rs [new file with mode: 0644]
src/lib.rs [new file with mode: 0644]
src/parser.rs [new file with mode: 0644]
src/unicode.rs [new file with mode: 0644]
src/unicode_tables/LICENSE-UNICODE [new file with mode: 0644]
src/unicode_tables/age.rs [new file with mode: 0644]
src/unicode_tables/case_folding_simple.rs [new file with mode: 0644]
src/unicode_tables/general_category.rs [new file with mode: 0644]
src/unicode_tables/grapheme_cluster_break.rs [new file with mode: 0644]
src/unicode_tables/mod.rs [new file with mode: 0644]
src/unicode_tables/perl_decimal.rs [new file with mode: 0644]
src/unicode_tables/perl_space.rs [new file with mode: 0644]
src/unicode_tables/perl_word.rs [new file with mode: 0644]
src/unicode_tables/property_bool.rs [new file with mode: 0644]
src/unicode_tables/property_names.rs [new file with mode: 0644]
src/unicode_tables/property_values.rs [new file with mode: 0644]
src/unicode_tables/script.rs [new file with mode: 0644]
src/unicode_tables/script_extension.rs [new file with mode: 0644]
src/unicode_tables/sentence_break.rs [new file with mode: 0644]
src/unicode_tables/word_break.rs [new file with mode: 0644]
src/utf8.rs [new file with mode: 0644]
test [new file with mode: 0755]