Fnsym
A valid function name in an svex expressions.
Syntactically, we allow most symbols to be used as function names.
However, our expression language is fixed: only a few certain pre-defined
function symbols like bitnot, concat, etc., are understood by
functions like svex-eval and user-defined functions are not supported.
See functions for details.
Subtopics
- Fnsym-equiv
- Equivalence relation for fnsyms.
- Fnsym-p
- Recognizer for valid fnsyms.
- Fnsym-fix
- Fixing function for fnsyms.