fix some edge cases in parser

This commit is contained in:
Mark
2024-06-26 20:27:29 +02:00
parent b6c0391833
commit 1b79cfc08f
5 changed files with 132 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "mers_lib"
version = "0.8.19"
version = "0.8.20"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "library to use the mers language in other projects"