libose
Loading...
Searching...
No Matches
Todo List
Global ose_getTypetags (ose_bundle B)
Implement.
Global ose_lengthsItems (ose_bundle B)
Implement.
Global ose_plookup (ose_bundle B)
Implement.
Global ose_sizesElems (ose_bundle B)
Implement.
Global ose_sizesItems (ose_bundle B)
Implement.
Global ose_toType (ose_bundle B)
Implement.
Global ose_vcomputeMessageSize (ose_bundle B, const char *const address, const int32_t addresslen, const int32_t n, va_list ap)
Implement default case for unknown type.
Global ose_vwriteMessage (ose_bundle B, int32_t offset, const char *const address, int32_t addresslen, int32_t n, va_list ap)
Implement default case for unknown type.
Global osevm_assignStackToRegister (ose_bundle osevm)
No instruction dispatches to this and nothing in the tree calls it but the standard library's binding. What the bottom bundle is meant to be – a register, or any bundle – and why the two-element case differs is not recorded; no test covers it.
Global osevm_map (ose_bundle osevm)
For a bundle sequence the code walks the elements taking the first item of each into an accumulator bundle, and an element with no items abandons the whole map, dropping the sequence, the function and the accumulator; what the accumulated result is meant to look like, and whether that abandonment is intended, is not stated anywhere and no test covers this function.
Global osevm_plookupInEnv (ose_bundle osevm)

Implement.

The bindable form of osevm_plookupInEnv_impl; also empty. The standard library binds it, so a program that calls it gets no effect and no error.

Global osevm_plookupInEnv_impl (ose_bundle osevm)

Implement.

A pattern-matching lookup, never implemented: the body is empty and nothing calls it.