File: readme.xml

package info (click to toggle)
orgadoc 0.8-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 8,464 kB
  • ctags: 11,003
  • sloc: ansic: 218,658; sh: 4,128; makefile: 352; yacc: 112; lex: 100; xml: 25
file content (25 lines) | stat: -rw-r--r-- 867 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="ISO-8859-1"?>
<readme>
  <document>
    <title>Compilation</title>
    <file>compil.pdf</file>
    <type>private</type>
    <author>Akim Demaille</author>
    <date>16 January 2002</date>
    <language>English</language>
    <summary>This document does not constitute by itself sufficient
    lecture notes for students to learn compilation. Nonetheless,
    there should be enough information for EPITA students to complete
    their project provided they assist to the lectures</summary>
    <part>Introduction</part>
    <part>Grammars</part>
    <part>Lexical analysis</part>
    <part>Syntactic Analysis</part>
    <part>Abstract Syntax</part>
    <part>Escapes</part>
    <part>Type Checking</part>
    <part>Frames</part>
    <part>Intermediate Representation</part>
    <part>Instruction Selection</part>
  </document>
</readme>