manuelelucchi / Liblet.jl

A simple library for language and compilers building

Home Page:https://manuelelucchi.github.io/Liblet.jl/dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

A simple library for language and compilers building

https://manuelelucchi.github.io/Liblet.jl/dev

License:MIT License


Languages

Language:Julia 100.0%