@@ -6,7 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66
77## [ Unreleased]
88### Fixed
9- - Fixed syntax error with final class and use of extends and implements [ #48 ] ( https://github.com/phalcon/php-zephir-parser/issues/48 )
9+ - Fixed syntax error with final class and use of extends and implements
10+ [ #48 ] ( https://github.com/phalcon/php-zephir-parser/issues/48 )
11+ - Corrected behavior on parse an empty file. Now an empty
12+ [ IR] ( https://en.wikipedia.org/wiki/Intermediate_representation )
13+ (as an array) will be returned
1014
1115### Removed
1216- PHP 5.x no longer supported. PHP 5.x users should use previous releases
@@ -17,10 +21,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1721
1822## [ 1.1.3] - 2018-11-06
1923### Changed
20- - Extremely simplified installation of the extension using standard PHP workflow [ #38 ] ( https://github.com/phalcon/php-zephir-parser/issues/38 )
24+ - Extremely simplified installation of the extension using standard PHP workflow
25+ [ #38 ] ( https://github.com/phalcon/php-zephir-parser/issues/38 )
2126
2227### Fixed
23- - Improved error handling and prevent segfault on invalid syntax [ #30 ] ( https://github.com/phalcon/php-zephir-parser/issues/30 )
28+ - Improved error handling and prevent segfault on invalid syntax
29+ [ #30 ] ( https://github.com/phalcon/php-zephir-parser/issues/30 )
2430
2531### Removed
2632- Removed no longer needed BASH scripts to build and install extension
@@ -30,7 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3036- Added ability to build Windows DLLs for PHP 7.2
3137
3238### Changed
33- - Removed ability to build Windows DLLs for PHP 5.x. Windows users with PHP 5.x should use Zephir Parser <= 1.1.1 (see latest releases).
39+ - Removed ability to build Windows DLLs for PHP 5.x.
40+ Windows users with PHP 5.x should use Zephir Parser <= 1.1.1 (see latest releases).
3441
3542## [ 1.1.1] - 2017-11-09
3643### Changed
@@ -40,14 +47,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4047
4148### Fixed
4249- Fixed ` mod-assign ` operator recognition
43- - Fixed issue with incorrectly used ` YYMARKER ` and ` YYCURSOR ` [ #31 ] ( https://github.com/phalcon/php-zephir-parser/issues/31 ) ,
44- [ phalcon/zephir #1591 ] ( https://github.com/phalcon/zephir/issues/1591 ) , [ phalcon/cphalcon #13140 ] ( https://github.com/phalcon/cphalcon/issues/13140 )
50+ - Fixed issue with incorrectly used ` YYMARKER ` and ` YYCURSOR `
51+ [ #31 ] ( https://github.com/phalcon/php-zephir-parser/issues/31 ) ,
52+ [ phalcon/zephir #1591 ] ( https://github.com/phalcon/zephir/issues/1591 ) ,
53+ [ phalcon/cphalcon #13140 ] ( https://github.com/phalcon/cphalcon/issues/13140 )
4554- Improved scanner by removing redundant rules
4655
4756## [ 1.1.0] - 2017-10-12
4857### Added
49- - Added support syntax assign-bitwise operators [ #14 ] ( https://github.com/phalcon/php-zephir-parser/issues/14 ) ,
50- [ phalcon/zephir #1056 ] ( https://github.com/phalcon/zephir/issues/1056 )
58+ - Added support syntax assign-bitwise operators
59+ [ #14 ] ( https://github.com/phalcon/php-zephir-parser/issues/14 ) ,
60+ [ phalcon/zephir #1056 ] ( https://github.com/phalcon/zephir/issues/1056 )
5161
5262### Changed
5363- Refactor tests to use more standard approach usually used for PHP extensions
0 commit comments