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.