• Home
Name Date Size #Lines LOC

..--

Jamfile.v2D12-May-2024233 128

READMED12-May-2024270 54

ast.hppD12-May-2024704 4431

bind.hppD12-May-20241.4 KiB6447

builder.hppD12-May-20241.8 KiB8162

curry.hppD12-May-20242.4 KiB10784

double_number.hppD12-May-2024453 199

example_handcrafted.hppD12-May-20241.7 KiB9471

example_in_haskell.hppD12-May-20241.3 KiB5431

except_keywords.hppD12-May-20241.3 KiB6246

grammar.hppD12-May-20243.3 KiB13196

lazy.hppD12-May-2024518 2514

main_handcrafted.cppD12-May-2024625 2111

main_in_haskell.cppD12-May-2024624 2111

meta_hs.hppD12-May-20241.9 KiB6549

semantic.hppD12-May-20242.3 KiB11692

token.hppD12-May-20244.4 KiB169144

README

1Haskell-like functional EDSL for template metafunctions.
2This example contains two programs. Both of them define and execute a few
3template metaprograms. One of the do it by using Boost.MPL directly, while the
4other one defines the template metaprograms using the EDSL.
5