Skip to content

Repository files navigation

Compiler

C-minus language compiler with python

Compiler structure


(C-minus code)
↓
| -----------------------|
| Scanner |
| -----------------------|
↓
(tokens)
↓
| -----------------------|
| Parser |
| -----------------------|
↓
(syntax tree)
↓
| -----------------------|
| CodeGen |
| -----------------------|
↓
(assembly code)
↓

About

C-minus language compiler with python

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages