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

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.