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.