RGVM:正则表达式匹配

时间:2021-04-18 12:20:44
【文件属性】:
文件名称:RGVM:正则表达式匹配
文件大小:13KB
文件格式:ZIP
更新时间:2021-04-18 12:20:44
C++ 虚拟机 C ++中基于VM的正则表达式引擎。 要求: C ++ 20; 在本地安装Boost和gtest 。 建造: example/main.cpp参见example/main.cpp 。 cmake -DCMAKE_BUILD_TYPE=Release -Bbuild -H. cmake --build build --target example 运行: ./build/example/example 。 参考:
【文件预览】:
RGVM-master
----.clang-format(4KB)
----.gitignore(2KB)
----src()
--------parser.cpp(5KB)
--------Instructions.cpp(4KB)
--------parser.h(1KB)
--------RGVM.cpp(2KB)
--------instructions.h(1KB)
--------CMakeLists.txt(200B)
--------RGVM.h(1KB)
----README.md(408B)
----.idea()
--------.gitignore(176B)
--------vcs.xml(180B)
--------codeStyles()
----tests()
--------tests.cpp(6KB)
--------CMakeLists.txt(260B)
----example()
--------main.cpp(711B)
--------CMakeLists.txt(137B)
----CMakeLists.txt(536B)

网友评论