flexar 1.2.6

An extremely flexible lexer/parser (get it?) for writing your own programming language
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "flexar"
version = "1.2.6"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "An extremely flexible lexer/parser (get it?) for writing your own programming language"
authors = ["GreenChild04 <greenchild04@protonmail.com>"]
repository = "https://github.com/GreenChild04/flexar"
keywords = [ "lexer", "parser", "lexical", "lang", "parsing" ]
categories = [ "parsing", "text-processing" ]

[lib]
name = "flexar"
path = "src/lib.rs"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html