mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-26 11:06:00 +03:00
Add markdown changes
This commit is contained in:
parent
25fdc766cc
commit
09cc76c09a
Binary file not shown.
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 14 KiB |
10
README.md
10
README.md
@ -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:
|
||||||
@ -574,4 +582,4 @@ cargo install --path .
|
|||||||
|
|
||||||
- Change `target` directory to some other directory to avoid collision.
|
- Change `target` directory to some other directory to avoid collision.
|
||||||
- Figure out how `leo prove` should take in assignments.
|
- Figure out how `leo prove` should take in assignments.
|
||||||
- Come up with a serialization format for `.leo.pk`, `.leo.vk`, and `.leo.proof`.
|
- Come up with a serialization format for `.leo.pk`, `.leo.vk`, and `.leo.proof`.
|
||||||
|
Loading…
Reference in New Issue
Block a user