From fd2c859d99d48d76139105f0485d8da967c62435 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Mon, 26 Jan 2026 16:09:23 +0100 Subject: Add flipping and turning for yijing n-grams, and add invisible MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- libcharconv.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'libcharconv.h') diff --git a/libcharconv.h b/libcharconv.h index fb8fa60..00aa7a9 100644 --- a/libcharconv.h +++ b/libcharconv.h @@ -450,6 +450,15 @@ LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_cw); */ LIBCHARCONV_FUNC_(libcharconv_rotated_90deg_ccw); +/** + * Convert + * '(' to FUNCTION APPLICATION, + * '*' to INVISIBLE TIMES, + * '|' to INVISIBLE SEPARATOR, and + * '+' to INVISIBLE PLUS + */ +LIBCHARCONV_FUNC_(libcharconv_invisible); + #undef LIBCHARCONV_FUNC_ #endif -- cgit v1.2.3-70-g09d2