Skip to content

Commit

Permalink
Merge pull request #21 from billhails/billhails-patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
billhails authored Nov 18, 2023
2 parents 9e43c47 + 16ad5ca commit 93bfb45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ source -->
AST[Parser] --abstract syntax-->
check[Type Checking] --abstract syntax-->
lambda[Lambda Conversion] --lambda calculus-->
desugaring1[Desugaring] -- simplified lambda calculus-->
anf[A-Normal Form Conversion] --ANF-->
desugaring2[Desugaring]
static[Static Analysis] --annotated ANF-->
Bytecode[Bytecode Generation] --bytecode--> VM
scheme -->
make_ast[Generate ANF Python script] --ANF-->
desugaring2[Desugaring] --ANF-->
desugaring2 --ANF-->
static
GC[Garbage Collection] --> VM
VM --> GC
Expand All @@ -93,7 +93,7 @@ subgraph temp[Temporary]
make_ast
end
subgraph WIP
lambda
anf
end
```

Expand Down

0 comments on commit 93bfb45

Please sign in to comment.