-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCourseContent.txt
More file actions
49 lines (35 loc) · 799 Bytes
/
Copy pathCourseContent.txt
File metadata and controls
49 lines (35 loc) · 799 Bytes
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
---> Put here every topic you find important
LANGUAGES
---------
* Regular expressions
* Finite automata
* Minimization of finite automata
* Non-deterministic to deterministic automaton conversion
* Other language types
- Language hierarchy
- LL1
- ...
* Longest match rule vs token priority
GRAMMARS AND PARSE TREES
------------------------
* first(), nullable(), follow()
* LL1 grammars
* Turn a grammar to
* Chomsky normal form
* Parse Tree
* CYK dynamic parsing algorithm
* Attribute grammars
NAME SPACE (SYMBOLS)
--------------------
* Static/Dynamic scope
TYPECHECKING
------------
* Derivation trees
* Standard derivation formulas
OTHER ANALYSIS
--------------
* Possible value interval
CODE GENERATION
---------------
* Standard JVM commands
* Code generation technique