From d289f01594024a8fe64aeed56721260fab6b4e50 Mon Sep 17 00:00:00 2001 From: Vladimir Azarov Date: Sun, 18 May 2025 14:17:50 +0200 Subject: #else, #elif (rudimentary) support --- tokenizer.fun | 1 + 1 file changed, 1 insertion(+) (limited to 'tokenizer.fun') diff --git a/tokenizer.fun b/tokenizer.fun index 4bdc047..999aabf 100644 --- a/tokenizer.fun +++ b/tokenizer.fun @@ -282,6 +282,7 @@ struct case tk of Id s => Printf out `s % | MacroEnd macro => Printf out `"mend(" `macro `")" % + | NewLine => Printf out `"\\n" % | PpcInclude (dir, arg) => Printf out `"#include(" `dir `", " `arg `")" % | Num (IntConst (it, str, sfx)) => -- cgit v1.2.3