Module Name: othersrc
Committed By: agc
Date: Fri Feb 24 23:08:17 UTC 2023
Modified Files:
othersrc/external/bsd/elex: README
Log Message:
document the "namespace" action in the README file
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 othersrc/external/bsd/elex/README
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: othersrc/external/bsd/elex/README
diff -u othersrc/external/bsd/elex/README:1.2 othersrc/external/bsd/elex/README:1.3
--- othersrc/external/bsd/elex/README:1.2 Thu Feb 23 19:16:31 2023
+++ othersrc/external/bsd/elex/README Fri Feb 24 23:08:17 2023
@@ -285,6 +285,7 @@ elex_exec_str:
allocated space
"get-yystate" - get the name of the current state in allocated space
"get-yytext" - get the full text of the current match in allocated space
+"namespace" - return the name space of the embedded library used (if any)
Designing elex definition files
===============================