commit 003c953cf630388e4c39296a9d4bae0cc319b38e
parent 852ad83dd2a7ca31f69d0a7280008c6fe9b295cf
Author: Sebastian <sebastian@sebsite.pw>
Date: Fri, 13 May 2022 23:37:21 -0400
docs/env.txt: add HA_STAGE
Signed-off-by: Sebastian <sebastian@sebsite.pw>
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/docs/env.txt b/docs/env.txt
@@ -21,3 +21,7 @@ HARE.$MOD.VERSION
If this variable is not found, the module's name is used as the version,
with the namespace delimiters '::' replaced with '.'.
+
+HA_STAGE
+ Causes harec to terminate after the given stage completes. If set, the
+ value must be "lex", "parse", "check", "gen", or "emit" (the default).