From 31dfd81ccae34731224a74832aaf327329423e0b Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 5 Nov 2018 14:36:22 +0100 Subject: Send debug output to stderr instead of stdout --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index cc0b49f..8e51642 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,8 @@ The `print` key can take one of four values: * `code` (print the generated code) * `all` (print both parse tree and code) +The resulting output will be printed to `stderr` during the compilation process. + The parse tree looks like this for the example template: ``` -- cgit