Skip to content

The algorihtm of Compiler.Including lexical analysis,syntax analysis and so on.

Notifications You must be signed in to change notification settings

jiahao-shen/Compiler-Course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiler Principles

  • Lexical Analysis
    • Regex to NFA
    • NFA to DFA
    • DFA to MinimumDFA
    • Calculator based on Lex
  • Syntax Analysis
    • Remove Left Recursive
    • First
    • Follow
    • Calculator based on Recursive Descent
    • Calculator based on Operator Priority
    • Reverse Polish Expression based on Bison and Lex
    • Infix Expression based on Bison and Lex

About

The algorihtm of Compiler.Including lexical analysis,syntax analysis and so on.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published