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.