mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
* module/system/vm/program.scm (program-arguments-alists): Export this interface. Fall back to grovelling through procedure-minimum-arity if the program has no arities, as might be the case for continuations. * module/language/tree-il/analyze.scm (validate-arity): Use program-arguments-alists instead of the program-arities interface, to cover both stack VM and RTL programs. |
||
---|---|---|
.. | ||
assembly | ||
brainfuck | ||
bytecode | ||
cps | ||
ecmascript | ||
elisp | ||
glil | ||
objcode | ||
rtl | ||
scheme | ||
tree-il | ||
value | ||
assembly.scm | ||
cps.scm | ||
glil.scm | ||
objcode.scm | ||
rtl.scm | ||
tree-il.scm |