Skip to content

Commit 1c07cfc

Browse files
committed
Update README
1 parent 97f50e4 commit 1c07cfc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- [P'' Program Format](#p-program-format)
2929
- [On the Befunge-98 Interpreter](#on-the-befunge-98-interpreter)
3030
- [On the LazyK Interpreter](#on-the-lazyk-interpreter)
31+
- [How the Interface Code Works](#how-the-interface-code-works)
3132
- [Building](#building)
3233

3334
## Purpose of Eso

esoTestLog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ MetatapeSpec:
222222
Metatape
223223
- should run hworld.mt correctly
224224
- should run bitWidth.mt correctly
225-
Run completed in 1 minute, 37 seconds.
225+
Run completed in 1 minute, 55 seconds.
226226
Total number of tests run: 127
227227
Suites: completed 46, aborted 0
228228
Tests: succeeded 127, failed 0, canceled 0, ignored 0, pending 0

mycologyReport.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ y claims all of the following:
7979
That the offset of the IP was ( 0 0 )
8080
That the least point containing a non-space cell is ( -3 -2 )
8181
That the greatest point, relative to that point, is ( 183 911 )
82-
That the day of the month is 28
83-
That the month is 2
82+
That the day of the month is 2
83+
That the month is 3
8484
That the year is 2020
85-
That the time is 04 : 39 : 47
85+
That the time is 04 : 46 : 42
8686
That the size of the stack stack is 1
8787
That the stack sizes are [ 0 ] from top to bottom
8888
That the command-line arguments were: [ null ]
@@ -148,8 +148,8 @@ GOOD: all of A-Z reflected
148148
Testing fingerprint HRTI... loaded.
149149
UNDEF: G gives clock granularity as 1000 microseconds
150150
GOOD: T reflected when called before M
151-
UNDEF: S pushed 217000
152-
UNDEF: T after M pushed 1000 and a second T, after 675 ys, pushed 12146000
151+
UNDEF: S pushed 520000
152+
UNDEF: T after M pushed 0 and a second T, after 675 ys, pushed 12430000
153153
GOOD: ET reflected
154154

155155
Testing fingerprint MODE... not loaded.

0 commit comments

Comments
 (0)