Crate albert_stream

source ·
Expand description

Albert stream is an abstraction of token stream where it is possible implement stream of tokens with the basic method for a simple compiler front-end.

Structs

  • Basic Stream that allow to have out of the box a stream of tokens with access to the current position and the tot size of the stream.

Traits