Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Dec 21, 2023
1 parent 8eb44b7 commit 58d4155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ This is a simple `Rust` implementation of `PL/0` compiler.
## Structure

$$
\set{\text{Source Code}} \Longrightarrow \textbf{Lexer} \stackrel{Token}{\Longrightarrow} \textbf{Parser} \stackrel{AST}{\Longrightarrow} \text{CodeGen} \Longrightarrow \set{\text{PCode}} \longrightarrow \textbf{VM} \longrightarrow \set{\text{Result}}
\set{Source Code} \Longrightarrow \textbf{Lexer} \stackrel{Token}{\Longrightarrow} \textbf{Parser} \stackrel{AST}{\Longrightarrow} \textbf{CodeGen} \Longrightarrow \set{PCode} \longrightarrow \textbf{VM} \longrightarrow \set{Result}
$$

| Part | Analysis List |
Expand Down

0 comments on commit 58d4155

Please sign in to comment.