&&&&&&&&&&&&&&&&&&&&&&&

This commit is contained in:
Andreev Gregory 2024-10-03 16:23:27 +03:00
parent ac41331ff9
commit 55e50da859
2 changed files with 16 additions and 4 deletions

View File

@ -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

View File

@ -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) {