- Expression algorithms and variadic parameter added to appsl.hpp - Fixed a bug that affected evaluation of the last element of an argument lists
Bug that prevented case-expressions to be evaluated correctly was fixed.
- case-expressions - is_tagged?, untagged, has_field? functions
- Prelude from text file (CMake mechanism to embed text file into C++ code) - Comments not C/C++ style (//, /* */) anymore but Lisp style (;) - Small clean-ups
Enumeration function to enumerate elements of collections.
A variant the script file executor now returns the output from the script (ostream).
Rudimentary Lisp interpreter. Might be integrated into other projects as a simple scripting engine.
Early stage, before migrating from Conan 1 to Conan 2.