Skip to content

Commit

Permalink
Transform it to UTF-8 and Rename it to an .st extension
Browse files Browse the repository at this point in the history
$ iconv -t utf-8 biota.prj.txt > converted/biota.st

The cannot converts in the .txt file were replaced by ?
  • Loading branch information
Ralf Barkow committed Jan 11, 2022
1 parent 0afc6f9 commit 11b6538
Show file tree
Hide file tree
Showing 3 changed files with 604 additions and 85 deletions.
18 changes: 9 additions & 9 deletions download/biota.prj.txt
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ flagellum
. . s . .
t g
t t
t . t . .d
t . t . .?d
t s . .
b . b . s s . 12 3 4 5
. s s . b . b
Expand All @@ -225,7 +225,7 @@ remoteGrowth
^'


gg
g?g
g r
t g
g g
Expand All @@ -243,13 +243,13 @@ unlimitedGrowth



� � � �
g g��
r r
� � � �
? ? ? ?
? g g??
? r r ?
? ? ? ?



?



Expand Down Expand Up @@ -392,7 +392,7 @@ load: aString
[row := column go copy turn: -2. pos := 0].
(pos odd) ifTrue:
[biota at: row put: each. row go].
(each = $) ifTrue:
(each = $?) ifTrue:
[program := row copy go: -1].
('/\/\' includes: each) ifTrue:
[data := row copy go: -1.
Expand All @@ -414,7 +414,7 @@ run
showMarks

biota at: data * (2@1) + (1@0) display: ('/\/\' at: data direction + 1).
biota at: program * (2@1) + (1@0) display: $!
biota at: program * (2@1) + (1@0) display: $?!

step

Expand Down
Loading

0 comments on commit 11b6538

Please sign in to comment.