Skip to content

Commit c193888

Browse files
committed
jump version to 1.9.1 and update generated files
1 parent 854d3b9 commit c193888

File tree

4 files changed

+32
-27
lines changed

4 files changed

+32
-27
lines changed

NEWS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Version 1.9
1212
var variable = new Type(arguments);
1313
Build 1.9.0
1414
- Candidate
15+
Build 1.9.1
16+
- Treat carriage return as whitespace in source files
1517

1618
Version 1.8
1719
- Put source file name when known in generated PIR header.

pir/winxed_compiler.pir

Lines changed: 28 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# THIS IS A GENERATED FILE! DO NOT EDIT!
2-
# Compiled with Winxed 1.9.0
2+
# Compiled with Winxed 1.9.1
33
# Source file: winxedst2.winxed
44
# Begin generated code
55

@@ -9,7 +9,7 @@
99
new $P1, ['FixedIntegerArray'], 3
1010
$P1[0] = 1
1111
$P1[1] = 9
12-
$P1[2] = 0
12+
$P1[2] = 1
1313
.return($P1)
1414

1515
.end # getVersion
@@ -1620,11 +1620,14 @@
16201620
__label_4: # while
16211621
set $S3, $S1
16221622
iseq $I2, $S3, " "
1623-
if $I2 goto __label_7
1623+
if $I2 goto __label_8
16241624
iseq $I2, $S3, "\n"
1625+
__label_8:
1626+
if $I2 goto __label_7
1627+
iseq $I2, $S3, "\t"
16251628
__label_7:
16261629
if $I2 goto __label_6
1627-
iseq $I2, $S3, "\t"
1630+
iseq $I2, $S3, "\r"
16281631
__label_6:
16291632
__label_5:
16301633
unless $I2 goto __label_3
@@ -1634,54 +1637,54 @@
16341637
__label_3: # endwhile
16351638
getattribute $P3, self, 'line'
16361639
set $I1, $P3
1637-
ne $S1, "", __label_8
1640+
ne $S1, "", __label_9
16381641
new $P4, [ 'Winxed'; 'Compiler'; 'TokenEof' ]
16391642
getattribute $P5, self, 'filename'
16401643
$P4.'TokenEof'($P5)
16411644
set $P3, $P4
16421645
.return($P3)
1643-
__label_8: # endif
1646+
__label_9: # endif
16441647
set $S4, $S1
16451648
index $I4, "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_", $S4
16461649
isgt $I3, $I4, -1
1647-
__label_10:
1648-
unless $I3 goto __label_9
1650+
__label_11:
1651+
unless $I3 goto __label_10
16491652
.tailcall WSubId_38(self, $S1, $I1)
1650-
__label_9: # endif
1653+
__label_10: # endif
16511654
set $S5, $S1
16521655
index $I4, "0123456789", $S5
16531656
isgt $I5, $I4, -1
1654-
__label_12:
1655-
unless $I5 goto __label_11
1657+
__label_13:
1658+
unless $I5 goto __label_12
16561659
.tailcall WSubId_46(self, $S1, $I1)
1657-
__label_11: # endif
1660+
__label_12: # endif
16581661
set $S2, $S1
16591662
getattribute $P1, self, 'select'
16601663
$P2 = $P1[$S1]
1661-
__label_14: # while
1662-
if_null $P2, __label_13
1664+
__label_15: # while
1665+
if_null $P2, __label_14
16631666
isa $I4, $P2, "Hash"
1664-
unless $I4 goto __label_13
1667+
unless $I4 goto __label_14
16651668
$P3 = self.'getchar'()
16661669
set $S1, $P3
16671670
set $P1, $P2
16681671
$P2 = $P1[$S1]
1669-
unless_null $P2, __label_15
1672+
unless_null $P2, __label_16
16701673
self.'ungetchar'($S1)
16711674
$P2 = $P1[""]
1672-
goto __label_16
1673-
__label_15: # else
1675+
goto __label_17
1676+
__label_16: # else
16741677
concat $S2, $S2, $S1
1675-
__label_16: # endif
1676-
goto __label_14
1677-
__label_13: # endwhile
1678-
if_null $P2, __label_18
1678+
__label_17: # endif
1679+
goto __label_15
1680+
__label_14: # endwhile
1681+
if_null $P2, __label_19
16791682
$P3 = $P2(self, $S2, $I1)
1680-
goto __label_17
1681-
__label_18:
1683+
goto __label_18
1684+
__label_19:
16821685
$P4 = WSubId_39(self, $S2, $I1)
16831686
set $P3, $P4
1684-
__label_17:
1687+
__label_18:
16851688
.return($P3)
16861689

16871690
.end # get_token

pir/winxed_installed.pir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# THIS IS A GENERATED FILE! DO NOT EDIT!
2-
# Compiled with Winxed 1.9.0
2+
# Compiled with Winxed 1.9.1
33
# Source file: winxed_installed.winxed
44
# Begin generated code
55

winxedst2.winxed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Compiler
1111

1212
const int VERSION_MAJOR = 1;
1313
const int VERSION_MINOR = 9;
14-
const int VERSION_BUILD = 0;
14+
const int VERSION_BUILD = 1;
1515

1616
function getVersion [anon] ()
1717
{

0 commit comments

Comments
 (0)