Downloads: Difference between revisions

From Wiki**3

No edit summary
 
Line 7: Line 7:
Has large light-blue Euler (the font) numbering for chapters.
Has large light-blue Euler (the font) numbering for chapters.


Up to date version: https://gitlab.l2f.inesc-id.pt/david/dett
<!--
These are "Lore Ipsum" applications for PhD theses - format for [http://www.ist.utl.pt/ IST] (valid up to 2005: easily adapted)
These are "Lore Ipsum" applications for PhD theses - format for [http://www.ist.utl.pt/ IST] (valid up to 2005: easily adapted)
* PhD @ IST: [http://www.l2f.inesc-id.pt/~david/downloads/200705241539-thesis-template.tar.bz2 LaTeX + PostScript version] (version 200705241539)
* PhD @ IST: [http://www.l2f.inesc-id.pt/~david/downloads/200705241539-thesis-template.tar.bz2 LaTeX + PostScript version] (version 200705241539)
* [http://www.l2f.inesc-id.pt/~david/downloads/tese.pdf PDF result]
* [http://www.l2f.inesc-id.pt/~david/downloads/tese.pdf PDF result]
-->


== Compiler Development Kit ==
== Compiler Development Kit ==

Latest revision as of 14:38, 8 January 2020

Use at your own risk and, if you feel you like them, please let me know.

LaTeX Style for Theses

The following is a set of files for formatting theses.
Includes: tables of contents, figures, and tables; bibliography, glossary, author index, index.
Has large light-blue Euler (the font) numbering for chapters.

Up to date version: https://gitlab.l2f.inesc-id.pt/david/dett

Compiler Development Kit

The following is a C++ framework for compiler development.
It has been used for teaching Compilers courses at IST. The use of design patterns simplifies understanding of the overall structure and allows students to concentrate on the specific problems of language processing.

  • [libcdk] (toolkit)
  • [Compact] (simple compiler based on libcdk)