Skip to content

Commit f4b83d0

Browse files
committed
Update version, changelog, easier imports for non-ANTLR parser stuff
1 parent ef208e3 commit f4b83d0

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project from version 0.4.0 upwards are documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
44

5+
## [0.9.0] – Not yet released
6+
7+
### Added
8+
- `PylasuANTLRParser` class modeled after the Kolasu equivalent
9+
510
## [0.8.1] – 2025-02-21
611

712
### Added

pylasu/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "0.8.1"
1+
VERSION = "0.9.0"

pylasu/parsing/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .results import FirstStageParsingResult, ParsingResultWithFirstStage

0 commit comments

Comments
 (0)