Finished implementing the funge space field
This commit is contained in:
parent
40257e354d
commit
52be0d0d1e
11 changed files with 131 additions and 12 deletions
8
examples/dna.b98
Normal file
8
examples/dna.b98
Normal file
|
@ -0,0 +1,8 @@
|
|||
7^DN>vA
|
||||
v_#v? v
|
||||
7^<""""
|
||||
3 ACGT
|
||||
90!""""
|
||||
4*:>>>v
|
||||
+8^-1,<
|
||||
> ,+,@)
|
0
examples/empty.b98
Normal file
0
examples/empty.b98
Normal file
2
examples/factorial.b98
Normal file
2
examples/factorial.b98
Normal file
|
@ -0,0 +1,2 @@
|
|||
&>:1-:v v *_$.@
|
||||
^ _$>\:^
|
1
examples/hello.b98
Normal file
1
examples/hello.b98
Normal file
|
@ -0,0 +1 @@
|
|||
64+"!dlroW ,olleH">:#,_@
|
2
examples/hello2.b98
Normal file
2
examples/hello2.b98
Normal file
|
@ -0,0 +1,2 @@
|
|||
v
|
||||
@ > #;>:#,_e-j; "Hello world!"da<
|
2
examples/invalid.b98
Normal file
2
examples/invalid.b98
Normal file
|
@ -0,0 +1,2 @@
|
|||
|
||||
@
|
1
examples/minimal.b98
Normal file
1
examples/minimal.b98
Normal file
|
@ -0,0 +1 @@
|
|||
@
|
1
examples/rn.b98
Normal file
1
examples/rn.b98
Normal file
|
@ -0,0 +1 @@
|
|||
64+"!dlroW ,olleH">:#,_@
|
Reference in a new issue