File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
- The general concept is as follows:
1
+ # Architectural Decisions
2
2
3
3
## Execution / ABI
4
4
Original file line number Diff line number Diff line change @@ -173,6 +173,7 @@ The name is pronounced _op-shin_.
173
173
### Architecture
174
174
175
175
This program consists of a few independent components:
176
+
176
177
1 . An aggressive static type inferencer
177
178
2 . Rewriting tools to simplify complex python expressions
178
179
3 . A compiler from a subset of python into UPLC
Original file line number Diff line number Diff line change @@ -149,10 +149,12 @@ <h3 id="name">Name</h3>
149
149
< p > The name is pronounced < em > op-shin</ em > .</ p >
150
150
< h2 id ="contributing "> Contributing</ h2 >
151
151
< h3 id ="architecture "> Architecture</ h3 >
152
- < p > This program consists of a few independent components:
153
- 1. An aggressive static type inferencer
154
- 2. Rewriting tools to simplify complex python expressions
155
- 3. A compiler from a subset of python into UPLC</ p >
152
+ < p > This program consists of a few independent components:</ p >
153
+ < ol >
154
+ < li > An aggressive static type inferencer</ li >
155
+ < li > Rewriting tools to simplify complex python expressions</ li >
156
+ < li > A compiler from a subset of python into UPLC</ li >
157
+ </ ol >
156
158
< h3 id ="debugging-artefacts "> Debugging artefacts</ h3 >
157
159
< p > For debugging purposes, you can also run</ p >
158
160
< pre > < code class ="language-bash "> # Compile script to 'uplc', and evaluate the script in UPLC (for debugging purposes)
You can’t perform that action at this time.
0 commit comments