Flex Ferrum
Flex Ferrum
> Is it too much ? That's a good list. One thing I care about: there is implementation of some of this methods as a filters/testers (ex. https://github.com/jinja2cpp/Jinja2Cpp/blob/master/src/string_converter_filter.cpp ) So,...
Thank you!
Can you share your approach in handling user-callable for strings? Looks like I need to do the same for MapAdapter. #178
> For the evaluator I've considered to add new AST node for this purpose, something like `SliceExpression`, because indexing and slicing has got too different behavior.
Use {fmt} lib for `format` filter implementation. #76
@Manu343726 , would you like to add your cppast/tinyrefl template examples here?
Thanks!
Contemporary classics. :D
I'd like to take participation with your EAP program.
Fast part of answer: 1. You need pre-built LLVM/clang 5.0 (not the recent release or upstream) 2. You should provide path to the LLVM installation/build via variables LLVM_INSTALL_ROOT This two...