lexaf 0.1.3

a custom shell-first lexer, for afsh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "lexaf"
version = "0.1.3"
edition = "2024"
authors = ["ayaan faisal <info@ayaanfaisaal.cc>"]
description = "a custom shell-first lexer, for afsh"
license = "MIT"
repository = "https://github.com/ayaanfaisaall/lexaf"

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

[dependencies]