summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorbuck-yeh2021-04-18 14:03:11 +0800
committerbuck-yeh2021-04-18 14:03:11 +0800
commit9cc0c29d0441cc93c5da91978c8c7d592e65a7b5 (patch)
tree0aee4dd44d1eb78b7608bc5169114d52cbd046ef /.SRCINFO
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 '.SRCINFO')
-rw-r--r--.SRCINFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9edfa3e5cec..ee2180b0200a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = parsergen
pkgdesc = Self-hosted LR parser generator in C++20
- pkgver = 1.6.3
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/buck-yeh/parsergen.git
arch = x86_64