affeeal / tfl-collab

Joint lab works on the TFL course, BMSTU, 5th term

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tfl-collab

Joint lab works on the TFL course, BMSTU, 5th term

Usage

Run fuzzy test with custom params

$ RUST_LOG=info cargo run -- --regex-count <REGEX_COUNT> --string-count <STRING_COUNT> --lookahead-count <LOOKAHEAD_COUNT>  --star-height <STAR_HEIGHT> --letter-count <LETTER_COUNT>

Run test for given regex

$ RUST_LOG=info cargo run -- --regex "<REGEX>" --string-count <STRING_COUNT>

About

Joint lab works on the TFL course, BMSTU, 5th term


Languages

Language:Rust 99.7%Language:Makefile 0.3%