Bill Tozier

Results 148 comments of Bill Tozier

This may also provide a simplifying mechanism for combinator instructions. That is, instead of a million `:x-dup` and `:x-flipstack` instructions, a single case of each could accept a `:ref` argument....

There seem to be some things missing. For example, `:x-return-pop` has no needs, but it should. ``` text :boolean-2bittable {:scalar 1} {:booleans 1} :boolean-3bittable {:scalar 1} {:booleans 1} :boolean->code {:boolean...

Simplified by #175

Partly done with oversized item messages.

This will probably lead to some refactoring of the DSL, which is a good thing. Consider bringing predicate functions up into a collection associated with each type, rather than being...

This looks like it's in the string size checks

Maybe something to do with https://gist.github.com/Vaguery/02562e901b8e0ec78c744ba28d14b8f3

partly fixed in 8d3cf00 need to make sure `0` values are read correctly in both directions