Downloads: Difference between revisions

From Wiki**3

No edit summary
No edit summary
Line 3: Line 3:
== LaTeX Style for Theses ==
== LaTeX Style for Theses ==


The following is a set of files for formatting theses.
The following is a set of files for formatting theses.<br/>
Includes: tables of contents, figures, and tables; bibliography, glossary, author index, index.
Includes: tables of contents, figures, and tables; bibliography, glossary, author index, index.<br/>
Has large light-blue Euler numbering for chapters.
Has large light-blue Euler numbering for chapters.


Line 13: Line 13:
== Compiler Development Kit ==
== Compiler Development Kit ==


The following is a set of C++ classes for developing simple OO compilers.
The following is a set of C++ classes for developing simple OO compilers.<br/>
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.
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)
* [libcdk] (toolkit)
* [Compact] (simple compiler based on libcdk)
* [Compact] (simple compiler based on libcdk)

Revision as of 21:35, 25 July 2007

Use at your own risk and, if you feel like them, 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 numbering for chapters.

These are "Lore Ipsum" applications for PhD theses - format for IST (valid up to 2005: easily adapted)

  • [English]
  • [Portuguese]

Compiler Development Kit

The following is a set of C++ classes for developing simple OO compilers.
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)