summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorbuck-yeh2021-04-18 14:03:11 +0800
committerbuck-yeh2021-04-18 14:03:11 +0800
commit9cc0c29d0441cc93c5da91978c8c7d592e65a7b5 (patch)
tree0aee4dd44d1eb78b7608bc5169114d52cbd046ef /PKGBUILD
parenta73ad71b4c9e8b556ddc54ab8b280deac23e2d14 (diff)
downloadaur-9cc0c29d0441cc93c5da91978c8c7d592e65a7b5.tar.gz
Goodies
1. 🆕 Positional arguments <Grammar> <Filename> <TokensOutput> are required Type "parsergen -h" to read the help & Positional argument <ScannerBase> is required Type "scannergen -h" to read the help flag to say yes to all overwrites upon outputting. 2. 🆕 Positional argument <ScannerBase> is required Type "scannergen -h" to read the help warns duplicated token definitions. 3. ✍️ Replace [include guards](https://en.wikipedia.org/wiki/Include_guard) with 4. ✍️ Grammar files & token files are read as being prepended . There is no way to turn this off until some use cases are observed. 5. ✍️ (scannergen) for non-**void** methods of . 6. ✍️ (scannergen) return instead of **bool**.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a9f6d7d8f6f4..b3b6cb8ca727 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=parsergen
-pkgver=1.6.3
+pkgver=1.7.0
pkgrel=1
epoch=
pkgdesc='Self-hosted LR parser generator in C++20'