This repository was archived by the owner on Dec 21, 2024. It is now read-only.
CWT-Cucumber: A C++ Cucumber Interpreter #1038
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
CWT-Cucumber: A C++ Cucumber Interpreter
This project started as educational project for me but evolved in a good way. It is a native C++20 Cucumber Interpreter. It is in a state where it has few users and therefore I think its a good addition. So feel free to check out the repo.
What's your motivation?
I used Cucucmber already in my jobs and it helped me. Unfortunately the C++ versions has some heavy dependencies and when trying to integrate it the first time, its quite an effort to do so. At some point I have worked with interpreters and this seemed for me a good chance to write an interpreter from scratch which was not merely a copy from the literature. So here we are now with CWT-Cucumber. If you wonder why CWT. Its the acronym for coding with thomas which is the name of my blog. I didn't want to copy cucumber.cpp because this name is already in use.
Edit: Repo link: https://github.com/ThoSe1990/cwt-cucumber