Metalang99 1.13.3
Full-blown preprocessor metaprogramming
Deprecated List
Global ML99_catEval (a, b)
I have seen no single use case over time. Please, open an issue if you need this function.
Global ML99_LPAREN (...)
This macro results in code that is difficult to reason about.
Global ML99_RPAREN (...)
For the same reason as ML99_LPAREN.
Global ML99_SUPPRESS_UNUSED_BEFORE_STMT (expr)
Use ML99_CHAIN_EXPR_STMT((void)expr) instead.
Global ML99_tupleEval (...)
I have seen no single use case over time. Please, open an issue if you need this function.
Global ML99_untupleChecked (x)
Use ML99_untuple instead.
Global ML99_untupleEval (x)
For the same reason as ML99_tupleEval.