Coursework of SUSTech CS323-Compilers (2020fall)
Date | Description | Highlight | |
---|---|---|---|
Lab1 | Sept.8 | C language tutorial | Project 1 release (due: Oct.11) |
Lab2 | Sept.15 | Flex tutorial | |
Lab3 | Sept.22 | (TBU) |
-
C language Basics
- C language tutorial (Simple): Learn C - Free Interactive C Tutorial
- C language tutorial (Detail): Short C Tutorial
- Makefile tutorial: A Simple Makefile Tutorial
-
Data Structures
- Data structure and algorithms tutorial series: Linked List
-
Flex/Bison Metacompiler
- Their predecessors: The LEX & YACC Page
- Introduction: Flex and Bison
-
Regular Expression
- Testing regex: Online regex tester and debugger
- Visualizing regex: Regulex: JavaScript Regular Expression Visualizer