Crates.io | llmaker |
lib.rs | llmaker |
version | 0.0.1 |
source | src |
created_at | 2021-03-21 03:01:14.35031 |
updated_at | 2021-03-21 03:01:14.35031 |
description | Make LL(1) token parser code for Rust. |
homepage | |
repository | https://github.com/puripuri2100/llmaker |
max_upload_size | |
id | 371549 |
size | 91,766 |
llmaker version 0.0.1
Make LL(1) token parser code for Rust
See more demo file.
Here is a list of minimally required softwares.
git
make
Rust
curl https://sh.rustup.rs -sSf | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Please download installer, and starting installer.
cargo install llmaker
or
git clone https://github.com/puripuri2100/llmaker.git
cd llmaker
make install
Type
llmaker <input file>
or
llmaker <input file> -o <output file>
make demo
If demo/demo.rs
is created, then the setup has been finished correctly.
This software released under the MIT license.
Copyright (c) 2020-2021 Naoki Kaneko (a.k.a. "puripuri2100")