Search results

There are no results.

syntax.Lexer

Lexer

A type that turns a buffer into a token stream.

Required methods

buffer

Show source code
Hide source code
fn pub mut buffer -> mut Buffer
fn pub mut buffer -> mut Buffer

The buffer to turn into a token stream.

Implementations

syntax.lexer.c.

Lexer

impl Lexer for Lexer
syntax.lexer.fish.

Lexer

impl Lexer for Lexer
syntax.lexer.inko.

Lexer

impl Lexer for Lexer
syntax.lexer.make.

Lexer

impl Lexer for Lexer
syntax.lexer.ruby.

Lexer

impl Lexer for Lexer
syntax.lexer.rust.

Lexer

impl Lexer for Lexer
syntax.lexer.shell.

Lexer

impl Lexer for Lexer
syntax.lexer.toml.

Lexer

impl Lexer for Lexer