plexer 0.1.0

A Pattern-matching LEXER
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Lexer

My personal implementation of a [lexer](https://en.wikipedia.org/wiki/Lexical_analysis).

## Principles

This is a **P**attern matching **LEXER**.
This is not a [parser](https://en.wikipedia.org/wiki/Parsing) nor a [compiler](https://en.wikipedia.org/wiki/Compiler).

### Pattern

### Macro

### Example