Skip to content

Commit

Permalink
better format
Browse files Browse the repository at this point in the history
  • Loading branch information
DrEden33773 committed Dec 21, 2023
1 parent 7ff88fa commit 8eb44b7
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 \text{Lexer} \stackrel{Token}{\Longrightarrow} \text{Parser} \stackrel{AST}{\Longrightarrow} \text{CodeGen} \Longrightarrow \set{\text{PCode}} \stackrel{\textbf{VM}}{\longrightarrow} \set{\text{Result}}
\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}}
$$

| Part | Analysis List |
Expand Down

0 comments on commit 8eb44b7

Please sign in to comment.