Crate whitespacers

source ·

Structs§

  • A whitespace interpreter. This struct provides various strategies for interpreting a whitespace program.
  • These are bitflag options to alter the behaviour of the interpreter.
  • This struct contains the internal representation of a whitespace program.
  • The common error type returned from all whitespacers execution functions.

Enums§

  • Simple information on what kind of error occurred.

Functions§

  • Returns a buffer containing the output of the compilation process of the specified program. This is mainly useful for debugging and optimizing the performance of the JIT compiler.