crates.io Build Status source badge license badge

llmaker version 0.0.1

llmaker

Make LL(1) token parser code for Rust

See more demo file.

Install using Cargo

Here is a list of minimally required softwares.

Example

Install Rust and cargo (Ubuntu)

sh curl https://sh.rustup.rs -sSf | sh

Install Rust and cargo (Ubuntu on WSL)

sh curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Install Rust and cargo (Windows)

Please download installer, and starting installer.

Build and Install

sh cargo install llmaker

or

```sh git clone https://github.com/puripuri2100/llmaker.git cd llmaker

make install ```

Usage of llmaker

Type

sh llmaker <input file>

or

sh llmaker <input file> -o <output file>

Starting out

sh 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")