ADT
arm-eh
ast-experimental
enum
forall-pointer-decay
jacob/cs343-translation
new-ast-unique-expr
pthread-emulation
qualifiedEnum
Last change
on this file since 1b033b8 was bf71cfd, checked in by Thierry Delisle <tdelisle@…>, 7 years ago |
Moved up many directories in source
|
-
Property mode
set to
100644
|
File size:
716 bytes
|
Rev | Line | |
---|
[53a6c2a] | 1 | input bacis types
|
---|
[86f384b] | 2 |
|
---|
[53a6c2a] | 3 | output basic types
|
---|
[5f20b30] | 4 | false
|
---|
[cd218e8] | 5 | A 23 93
|
---|
[ebcd82b] | 6 | 1 2 3 4 5 6 7 8
|
---|
| 7 | 1.1 1.2 1.3
|
---|
| 8 | 1.1+2.3i 1.1-2.3i 1.1-2.3i
|
---|
| 9 |
|
---|
[53a6c2a] | 10 | tuples
|
---|
| 11 | 1, 2, 3 4, 5, 6
|
---|
[86f384b] | 12 |
|
---|
[53a6c2a] | 13 | toggle separator
|
---|
[ebcd82b] | 14 | 1.11.21.3
|
---|
| 15 | 1.1+2.3i1.1-2.3i1.1-2.3i
|
---|
[53a6c2a] | 16 | 1.1+2.3i 1.1-2.3i1.1-2.3i
|
---|
| 17 | 1.1+2.3i 1.1-2.3i 1.1-2.3i
|
---|
| 18 | 1.1+2.3i1.1-2.3i 1.1-2.3i
|
---|
| 19 | abcxyz
|
---|
| 20 | abcxyz
|
---|
[ebcd82b] | 21 |
|
---|
[53a6c2a] | 22 | change separator
|
---|
| 23 | from " " to ", $"
|
---|
[ebcd82b] | 24 | 1.1, $1.2, $1.3
|
---|
| 25 | 1.1+2.3i, $1.1-2.3i, $1.1-2.3i
|
---|
[53a6c2a] | 26 | abc, $xyz
|
---|
| 27 | 1, 2, 3, $4, 5, 6
|
---|
[ebcd82b] | 28 |
|
---|
[53a6c2a] | 29 | from ", $" to " "
|
---|
[86f384b] | 30 | 1.1 1.2 1.3
|
---|
| 31 | 1.1+2.3i 1.1-2.3i 1.1-2.3i
|
---|
[53a6c2a] | 32 | abc xyz
|
---|
| 33 | 1, 2, 3 4, 5, 6
|
---|
[d395012] | 34 |
|
---|
[53a6c2a] | 35 | check sepOn/sepOff
|
---|
| 36 | 1 2 3
|
---|
[5a7966bb] | 37 | 12 3
|
---|
[d395012] | 38 | 1 2 3
|
---|
[53a6c2a] | 39 | 1 2 3
|
---|
[d395012] | 40 |
|
---|
[53a6c2a] | 41 | 1 2 3
|
---|
| 42 |
|
---|
| 43 | check enable/disable
|
---|
[5a7966bb] | 44 | 123
|
---|
| 45 | 1 23
|
---|
| 46 | 1 2 3
|
---|
[d395012] | 47 | 123
|
---|
| 48 | 1 2 3
|
---|
[53a6c2a] | 49 | 123
|
---|
[d395012] | 50 | 1 2 3
|
---|
| 51 |
|
---|
[53a6c2a] | 52 | 1 2 3 4 5 6 " "
|
---|
| 53 | 1, 2, 3 4, 5, 6 " "
|
---|
| 54 | 1, 2, 3 4, 5, 6
|
---|
[d395012] | 55 |
|
---|
[cb91437] | 56 | 3, 4, a, 7.2
|
---|
| 57 | 3, 4, a, 7.2
|
---|
| 58 | 3 4 a 7.2
|
---|
[53a6c2a] | 59 | 3 4 a 7.234a7.23 4 a 7.2
|
---|
[86f384b] | 60 | 3-4-a-7.2^3^4^3-4-a-7.2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.