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

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.