Liblet.jl

A simple library for language and compilers building
Author manuelelucchi
Popularity
9 Stars
Updated Last
1 Year Ago
Started In
April 2020

Liblet.jl

License Tests Coverage Docs
License: MIT Tests codecov Docs

Liblet.jl is a port of the python library Liblet

Entirely written in Julia, Liblet.jl allows you to work with Grammars, Productions, Derivations and much more in the Formal Languages and Automatons world.

Documentation

You can find APIs Reference, Tutorials and more in the Official Website

Installation

julia> import Pkg
julia> Pkg.add("Liblet")
pkg (1.4)> add Liblet

Contributing

Feel free to open issues, create pull requests or fork this project!