Skip to content

Commit e72e183

Browse files
committed
Fix bullet points for architecture
1 parent 2c1bc1c commit e72e183

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

ARCHITECTURE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
The general concept is as follows:
1+
# Architectural Decisions
22

33
## Execution / ABI
44

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ The name is pronounced _op-shin_.
173173
### Architecture
174174

175175
This program consists of a few independent components:
176+
176177
1. An aggressive static type inferencer
177178
2. Rewriting tools to simplify complex python expressions
178179
3. A compiler from a subset of python into UPLC

docs/eopsin/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,12 @@ <h3 id="name">Name</h3>
149149
<p>The name is pronounced <em>op-shin</em>.</p>
150150
<h2 id="contributing">Contributing</h2>
151151
<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>
156158
<h3 id="debugging-artefacts">Debugging artefacts</h3>
157159
<p>For debugging purposes, you can also run</p>
158160
<pre><code class="language-bash"># Compile script to 'uplc', and evaluate the script in UPLC (for debugging purposes)

0 commit comments

Comments
 (0)