Image 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
..
Jamfile.v2 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
README 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
ast.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
bind.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
builder.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
curry.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
double_number.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
example_handcrafted.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
example_in_haskell.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
except_keywords.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
grammar.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
lazy.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
main_handcrafted.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
main_in_haskell.cpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
meta_hs.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
semantic.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans
token.hpp 2de73b6b83 Support for BestZ / Line of Sight / navmesh pathing il y a 4 ans

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.