Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yegor256/ppa

Practical Program Analysis (academic course) presented in Innopolis University in 2023
https://github.com/yegor256/ppa

course formal-grammar formal-semantics latex lecture-notes program-analysis programming-language

Last synced: about 2 months ago
JSON representation

Practical Program Analysis (academic course) presented in Innopolis University in 2023

Awesome Lists containing this project

README

        

# Practical Program Analysis, Lecture Notes

[![latexmk](https://github.com/yegor256/ppa/actions/workflows/latexmk.yml/badge.svg?branch=master)](https://github.com/yegor256/ppa/actions/workflows/latexmk.yml)

There are slides for the series of my lectures for 3rd year BSc
students of Innopolis University, in 2023.

All recorded videos are in [this YouTube playlist][playlist].

All compiled slide decks in PDF are [here](https://yegor256.github.io/ppa/).

To compile everything just run:

```bash
make
```

To clean everything up, do:

```bash
make clean
```

You need to have
[LaTeX](https://en.wikipedia.org/wiki/LaTeX),
[`aspell`](http://aspell.net/),
[`texsc`](https://rubygems.org/gems/texsc),
and
[`texqc`](https://rubygems.org/gems/texqc)
installed.

**Disclaimer**: All visual and text materials presented in
this slidedeck are either originally made by the author or taken from public
Internet sources, such as website. Copyright belongs to their respected
authors.

[playlist]: https://www.youtube.com/playlist?list=PLaIsQH4uc08wdXIC4utfgMxV_iswE9_Md