An open API service indexing awesome lists of open source software.

https://github.com/guidanoli/msc-thesis

Formalization of Key Algorithms from LPeg
https://github.com/guidanoli/msc-thesis

Last synced: about 1 month ago
JSON representation

Formalization of Key Algorithms from LPeg

Awesome Lists containing this project

README

          

# Formalization of Key Algorithms from LPeg

This is my Master's thesis.

## Compile main text

```sh
pdflatex main
bibtex main
pdflatex main
pdflatex main
```

## Compile slides

```sh
pdflatex slides
bibtex slides
pdflatex slides
pdflatex slides
```