Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
..
Jamfile.v2 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
README 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
ast.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
bind.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
builder.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
curry.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
double_number.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
example_handcrafted.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
example_in_haskell.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
except_keywords.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
grammar.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
lazy.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
main_handcrafted.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
main_in_haskell.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
meta_hs.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
semantic.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години
token.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing преди 4 години

README

Haskell-like functional EDSL for template metafunctions.
This example contains two programs. Both of them define and execute a few
template metaprograms. One of the do it by using Boost.MPL directly, while the
other one defines the template metaprograms using the EDSL.