make graphRegex simpler
Context
In issue Bug : Advanced node testing with Graph Regex an... (#86 - closed), the problem arises from the syntax of the lambda declaration, which is not intuitive.This modification aims to automatically add the lambda key as a test and eliminate the need to do it in two steps. It also adds the ability to accept True and False as bool in expressions.
Modified files
Add the automatically add the lambda key in :
src/graphRegex/GraphRegex.cpp
Add the True and False :
src/nodeTester/ConditionalLexer.cpp
CI :
unit_tests/graphRegex/Test_GraphRegex.cpp
Merge request reports
Activity
requested review from @pineapple
assigned to @vincentlorrain and @thibaultallenet
- Resolved by Maxence Naud
added LanguageC++ label
changed milestone to %aidge_core - v0.2.0
added AddUnit-test label
enabled an automatic merge when the pipeline for 8a1edc15 succeeds
mentioned in commit 93500677
mentioned in issue #86 (closed)