llk 0.1.1

A fast, little an easy to understand LL(k) (LL(1) for now) library and compiler compiler (soon)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[dependencies]

[package]
authors = ["Damien Lejosne <damlejo6445@gmail.com>"]
description = "A fast, little an easy to understand LL(k) (LL(1) for now) library and compiler compiler (soon)"
documentation = "https://docs.rs/llk/0.1.1"
edition = "2018"
license = "MPL-2.0"
name = "llk"
readme = "../README.md"
repository = "https://github.com/Dalejosne/Automata/tree/main/LL/rust"
version = "0.1.1"