Skip to content

Tags: goccy/p5-Compiler-Lexer

Tags

0.23

Toggle 0.23's commit message
Checking in changes prior to tagging of version 0.23.

Changelog diff is:

diff --git a/Changes b/Changes
index 2b6a376..796051f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.23 2020-01-02T03:09:25Z
+     - support tokenize for Perl 5.24.1
+
 0.22 2015-02-22T02:59:18Z
      - supported newly syntax from 5.20.0
      - fixed parsing bugs (format/v-string/variable)

0.22

Toggle 0.22's commit message
Checking in changes prior to tagging of version 0.22.

Changelog diff is:

diff --git a/Changes b/Changes
index ec417e4..2b6a376 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,10 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.22 2015-02-22T02:59:18Z
+     - supported newly syntax from 5.20.0
+     - fixed parsing bugs (format/v-string/variable)
+
 0.21 2015-01-26T05:59:24Z
      - added authority

0.21

Toggle 0.21's commit message
Checking in changes prior to tagging of version 0.21.

Changelog diff is:

diff --git a/Changes b/Changes
index 072cba9..ec417e4 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.21 2015-01-26T05:59:24Z
+     - added authority
+
 0.20 2015-01-26T03:17:35Z
      - support HereDocumentBareTag (e.g. <<BARE)

0.20

Toggle 0.20's commit message
Checking in changes prior to tagging of version 0.20.

Changelog diff is:

diff --git a/Changes b/Changes
index 87a4b11..072cba9 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.20 2015-01-26T03:17:35Z
+     - support HereDocumentBareTag (e.g. <<BARE)
+
 0.19 2014-07-23T07:32:47Z
      - fixed some issues (foo'bar and q'foobar' and so on)

0.19

Toggle 0.19's commit message
Checking in changes prior to tagging of version 0.19.

Changelog diff is:

diff --git a/Changes b/Changes
index 521f344..87a4b11 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.19 2014-07-23T07:32:47Z
+     - fixed some issues (foo'bar and q'foobar' and so on)
+
 0.18 2014-04-06T09:12:56Z
      - fixed some bugs (regex option or glob operator and so on)

0.18

Toggle 0.18's commit message
Checking in changes prior to tagging of version 0.18.

Changelog diff is:

diff --git a/Changes b/Changes
index 685b80f..521f344 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.18 2014-04-06T09:12:56Z
+     - fixed some bugs (regex option or glob operator and so on)
+
 0.17 2013-12-15T10:10:37Z
      - supported WhiteSpace token when verbose option is enabled

0.17

Toggle 0.17's commit message
Checking in changes prior to tagging of version 0.17.

Changelog diff is:

diff --git a/Changes b/Changes
index ff90a98..685b80f 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.17 2013-12-15T10:10:37Z
+     - supported WhiteSpace token when verbose option is enabled
+
 0.16 2013-11-21T15:59:11Z
      - supported 'verbose' option for includes token of 'Pod' or 'Comment'

0.16

Toggle 0.16's commit message
Checking in changes prior to tagging of version 0.16.

Changelog diff is:

diff --git a/Changes b/Changes
index 7ec6cc8..ff90a98 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.16 2013-11-21T15:59:11Z
+     - supported 'verbose' option for includes token of 'Pod' or 'Comment'
+
 0.15 2013-09-29T09:38:16Z
      - supported file handler like '<$fh>'

0.15

Toggle 0.15's commit message
Checking in changes prior to tagging of version 0.15.

Changelog diff is:

diff --git a/Changes b/Changes
index 7651782..7ec6cc8 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,9 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.15 2013-09-29T09:38:16Z
+     - supported file handler like '<$fh>'
+
 0.14 2013-09-28T11:37:15Z
      - supported glob and array_size operator
      - supported simple recursive_tokenize

0.14

Toggle 0.14's commit message
Checking in changes prior to tagging of version 0.14.

Changelog diff is:

diff --git a/Changes b/Changes
index 5bb569f..7651782 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,11 @@ Revision history for Perl extension Compiler-Lexer.

 {{$NEXT}}

+0.14 2013-09-28T11:37:15Z
+     - supported glob and array_size operator
+     - supported simple recursive_tokenize
+     - added destructor for Lexer
+
 0.13 : Tue Jun 25 16:30:00 2013
      - changed type of return value from reference of array reference to simple array reference
      - optimized by gperf