First draft of Match value type with some tests. MatchVector does not yet...
First draft of Match value type with some tests. MatchVector does not yet properly implement first/last token, hence a test fails, and AnnotationMatch is pretty much a stub.
Showing
- libwccl/CMakeLists.txt 4 additions, 0 deletionslibwccl/CMakeLists.txt
- libwccl/values/annotationmatch.cpp 33 additions, 0 deletionslibwccl/values/annotationmatch.cpp
- libwccl/values/annotationmatch.h 46 additions, 0 deletionslibwccl/values/annotationmatch.h
- libwccl/values/match.cpp 20 additions, 0 deletionslibwccl/values/match.cpp
- libwccl/values/match.h 47 additions, 0 deletionslibwccl/values/match.h
- libwccl/values/matchvector.cpp 60 additions, 0 deletionslibwccl/values/matchvector.cpp
- libwccl/values/matchvector.h 41 additions, 0 deletionslibwccl/values/matchvector.h
- libwccl/values/tokenmatch.cpp 17 additions, 0 deletionslibwccl/values/tokenmatch.cpp
- libwccl/values/tokenmatch.h 49 additions, 0 deletionslibwccl/values/tokenmatch.h
- libwccl/variables.h 4 additions, 2 deletionslibwccl/variables.h
- tests/CMakeLists.txt 1 addition, 0 deletionstests/CMakeLists.txt
- tests/match.cpp 82 additions, 0 deletionstests/match.cpp
Please register or sign in to comment