Skip to content

manuelelucchi/Liblet.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!