Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
..
Jamfile.v2 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
README 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
ast.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
bind.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
builder.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
curry.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
double_number.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
example_handcrafted.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
example_in_haskell.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
except_keywords.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
grammar.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
lazy.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
main_handcrafted.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
main_in_haskell.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
meta_hs.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
semantic.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás
token.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing há 4 anos atrás

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.