1
0
Fork 0
arangodb/3rdParty/boost/1.69.0/libs/metaparse/example/meta_hs
Jan fa7de56cf8
upgrade to boost 1.69.0 (#7910)
2019-01-09 17:17:33 +01:00
..
Jamfile.v2
README
ast.hpp
bind.hpp
builder.hpp
curry.hpp
double_number.hpp
example_handcrafted.hpp
example_in_haskell.hpp
except_keywords.hpp
grammar.hpp
lazy.hpp
main_handcrafted.cpp
main_in_haskell.cpp
meta_hs.hpp
semantic.hpp
token.hpp

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.