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§

BasicStream
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§

Stream