mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
* module/language/tree-il/primitives.scm (*interesting-primitive-names*): Add number? and char?. Add more numeric predicates. Add character comparators. Add throw, error, and scm-error. (*primitive-accessors*): Remove struct-vtable. Though the vtable's contents may change (through redefinition), its identity does not change. (*effect-free-primitives*): Put struct-vtable, number?, and char? here. (*multiply-valued-primitives*): Instead of listing singly-valued primitives, list multiply-valued primitives. (*bailout-primitives*): New list. (*negatable-primitives*): New alist. (*bailout-primitive-table*, *multiply-valued-primitive-table*) (*negatable-primitive-table*): New tables. (singly-valued-primitive?): Adapt to use *multiply-valued-primitive-table*. (bailout-primitive?, negate-primitive): New exported procedures. |
||
---|---|---|
.. | ||
assembly | ||
brainfuck | ||
bytecode | ||
ecmascript | ||
elisp | ||
glil | ||
objcode | ||
scheme | ||
tree-il | ||
value | ||
assembly.scm | ||
glil.scm | ||
objcode.scm | ||
tree-il.scm |