Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

alan910127/compiler-design-22fall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Compiler Design 2022 Fall Homeworks

Homework 1: Scanner

Build a scanner using lex.

TODOs:

  • identifier
  • numeric literal
    • integer
    • floating points
    • scientific notations
  • comments
    • single line comment
    • multiple line comment
  • string literal
  • directives
    • pragma's

Homework 2: Parser

Build a parser using yacc (combine with the scanner built in homework 1).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published