Skip to content

Latest commit

 

History

History
92 lines (91 loc) · 8.36 KB

Tests.md

File metadata and controls

92 lines (91 loc) · 8.36 KB

Test Results

File Bytecode Brainfuck
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43 ✖ Function pointers are not supported
44
45
46
47
48
49 ✖ Floats not supported
50 ✖ Floats not supported
51
52
53
54
55 ✖ External functions not supported
56
57
58
59 ✖ Arrays with big element size not implemented
60
61
70
71
72
73 ✖ i8 not supported
74 ✖ u16 not supported
75 ✖ i16 not supported
76 ✖ u32 not supported
77 ✖ i32 not supported
78
79 ✖ i8 not supported
80 ✖ u16 not supported
81 ✖ i16 not supported
82 ✖ u32 not supported
83 ✖ i32 not supported
84 ✖ Floats not supported
85
86 ✖ Floats not supported
87
88
89
90
91
92
93
96