osdc / meetups

Organizing meetups for OSDC
MIT License
10 stars 33 forks source link

[Talk-Proposal] Build your own toy compiler. #57

Closed utkarsh261 closed 3 years ago

utkarsh261 commented 3 years ago

Title : Build your own toy compiler.

Abstract

Basics about compilers. Tokenization, Parsing, Abstract Syntax Tree, Grammar (Productions), Assembly generation. Comparing some C and corresponding assembly code. Writing a small working compiler live (something really tiny).

Expected Duration

40 minutes.

Track

Talk Type

Pre-requisites

Some knowledge of C programming language, basic data structures and will to learn.

Resources

Slides