&&&&&&&&&&&&&&&&&&&&&&&
This commit is contained in:
parent
ac41331ff9
commit
55e50da859
16
README.txt
16
README.txt
@ -1,8 +1,20 @@
|
|||||||
|
LIBREGEXIS024
|
||||||
|
Very bloated, untested, but really funny library for regular expressions
|
||||||
|
|
||||||
|
IMPORTANT!!! If you need libregexis024 for iu9cawebchat, this version will be incompatible. Consider use a
|
||||||
|
version that came before this message was added (ac41331ff9bd04308f74ad1a774465dfc4e39aa9)
|
||||||
|
|
||||||
libregexis024
|
libregexis024
|
||||||
Library for Regular Expressions, implementation of summer 2024
|
Library for Regular Expressions, implementation of summer 2024
|
||||||
|
|
||||||
libregexis024vm
|
libregexis024vm
|
||||||
Provides only means of configuration and running my regexp virtual machine bytecode
|
Provides only means of configuration and running my regexp virtual machine bytecode
|
||||||
|
|
||||||
libgreexpis024sol
|
libregexis024fa
|
||||||
Provides functions to compile regular expression into libregexis024 virual machine bytecode
|
That has something to do with finite automatons
|
||||||
|
|
||||||
|
libregexis024sol
|
||||||
|
Provides functions to compile regular expression into libregexis024 virual machine bytecode
|
||||||
|
|
||||||
|
libregexis024tools
|
||||||
|
Wrapper around all of this
|
@ -113,9 +113,9 @@ struct Libregexis024BuildSystem {
|
|||||||
if (build_type == "debug")
|
if (build_type == "debug")
|
||||||
array_concat(T.units, additional_compilation_units_debug);
|
array_concat(T.units, additional_compilation_units_debug);
|
||||||
T.include_pr = "";
|
T.include_pr = "";
|
||||||
T.include_ir = "";
|
T.include_ir = "regexis024";
|
||||||
T.exported_headers = exported_headers;
|
T.exported_headers = exported_headers;
|
||||||
T.installation_dir = "";
|
T.installation_dir = "regexis024";
|
||||||
my_targets.push_back(T);
|
my_targets.push_back(T);
|
||||||
}
|
}
|
||||||
if (build_tests) {
|
if (build_tests) {
|
||||||
|
Loading…
Reference in New Issue
Block a user