Add markdown changes

This commit is contained in:
GitHub Action 2020-06-16 01:18:30 +00:00
parent 25fdc766cc
commit 09cc76c09a
2 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.5 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -2,6 +2,11 @@
## Compiler Architecture ## Compiler Architecture
<!-- generated by mermaid compile action - START -->
![~mermaid diagram 1~](/.resources/README-md-1.png)
<details>
<summary>Mermaid markup</summary>
```mermaid ```mermaid
graph LR graph LR
Pass1(Syntax Parser) -- ast --> Pass2(Type Resolver) Pass1(Syntax Parser) -- ast --> Pass2(Type Resolver)
@ -14,6 +19,9 @@ graph LR
Pass4 -- constraints --> Pass5(Circuit) Pass4 -- constraints --> Pass5(Circuit)
``` ```
</details>
<!-- generated by mermaid compile action - END -->
## Language Specification ## Language Specification
* Programs should be formatted: * Programs should be formatted: