[][src]Crate rslexer

RSLexer

Simple lexer written in Rust!

Macros

rules

rules! macro to create Rules for the lexer!

Structs

Rule

Don't create a Rule yourself, use the rules! macro to create Rulse for the lexer!

Functions

lex

The main funtion of the lexer

Type Definitions

Rules

Use the rules! macro to create Rulse for the lexer!