plrs

Crates.ioplrs
lib.rsplrs
version0.1.3
sourcesrc
created_at2021-09-10 22:00:45.04518
updated_at2021-09-10 22:00:45.04518
descriptionThe multi-tool of lexical analysis and tokenization.
homepage
repositoryhttps://github.com/JakeRoggenbuck/plrs
max_upload_size
id449494
size13,390
Jake Roggenbuck (JakeRoggenbuck)

documentation

README

plrs Version

The multi-tool of lexical analysis and tokenization.

Install

pip install plrs

Build

maturin build

Examples

API

Global variables

EOF_TOKEN

Classes

Tokens
Settings
Token
  - part
  - token
  - set_part
  - set_token
  - __str__
  - __repr__

Lexer
  - new
  - char_forward
  - skip_over_char_set
  - next

Functions

is_char_symbol
is_char_operator
is_char_whitespace
is_char_numeric
is_single_quote
is_double_quote
ends_token
is_part_numeric
tokenize
Commit count: 46

cargo fmt