libpog 0.5.3-3 source package in Ubuntu
Changelog
libpog (0.5.3-3) unstable; urgency=medium * Ignore bitness check in CMake config file -- Yangfl <email address hidden> Mon, 20 Jul 2020 08:43:36 +0800
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libpog_0.5.3-3.dsc | 1.9 KiB | 01433a29bde33c8fa5080f6c90401c5047763f21cac41c244ef569894230d8ec |
libpog_0.5.3.orig.tar.gz | 695.4 KiB | 5ce40883594f0c911f776403937594122dd4e0d1c3ab6a702469aa8bf233fbdd |
libpog_0.5.3-3.debian.tar.xz | 4.8 KiB | 18d9bdebc28f4f5dff35c0f7eba59612d1f7cc8606969b01d8b4f64399544488 |
Available diffs
- diff from 0.5.3-2 to 0.5.3-3 (841 bytes)
No changes file available.
Binary packages built by this source
- libpog-dev: C++ library for generating LALR(1) parsers
Pog is C++17 library for generating LALR(1) parsers. This library is
header-only itself but requires RE2 library which does not come with
header-only version. It splits definitions of parser into:
* Declaration of tokens (regular expressions describing how the input should
be tokenized)
* Grammar rules over tokens from tokenization phase