From 057d660eaf7500ca5205805632a0ad83f1d7310e Mon Sep 17 00:00:00 2001 From: Tima Kinsart Date: Mon, 22 Jul 2024 11:49:22 +0500 Subject: [PATCH] Slight rewording (2) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a3d4a7a..c5ea354 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ Happy hacking! - **Partial application.** Instead of tracking auxiliary arguments here and there (as it is done in Boost/Preprocessor), Metalang99's partial application allows to capture an environment by applying constant values first. Besides that, partial application facilitates better reuse of metafunctions; see `ML99_const`, `ML99_compose`, etc. - - **Debugging and error reporting.** You can conveniently debug your macros with `ML99_abort` and report fatal errors with `ML99_fatal`. The interpreter will immediately finish its work and do the trick. + - **Debugging and error reporting.** You can conveniently debug your macros with `ML99_abort` and report unrecoverable errors with `ML99_fatal`. The interpreter will immediately halt and do the trick. To the best of our knowledge, no other macro framework provides such a mechanism for debugging and error reporting. [Boost/Preprocessor]: http://boost.org/libs/preprocessor [Order PP]: https://github.com/rofl0r/order-pp