Path to this page:
./
devel/lemon,
Simple LALR(1) parser generator
Branch: pkgsrc-2022Q3,
Version: 1.0.3.39.4,
Package name: lemon-1.0.3.39.4,
Maintainer: airheadThe Lemon program is an LALR(1) parser generator. It takes a context
free grammar and converts it into a subroutine that will parse a file
using that grammar.
Lemon is similar to the much more famous programs "YACC" and "BISON".
But lemon is not compatible with either yacc or bison.
There are several important differences:
* Lemon using a different grammar syntax which is less prone to programming
errors.
* The parser generated by Lemon is both re-entrant and thread-safe.
* Lemon includes the concept of a non-terminal destructor, which makes it
much easier to write a parser that does not leak memory.
Master sites:
Filesize: 13090.985 KB
Version history: (Expand)
- (2022-10-22) Updated to version: lemon-1.0.3.39.4
- (2022-09-26) Package added to pkgsrc.se, version lemon-1.0.3.39.3 (created)
CVS history: (Expand)
2022-10-21 21:39:49 by Benny Siegert | Files touched by this commit (6) | |
Log message:
Pullup ticket #6688 - requested by taca
databases/sqlite3: security fix (for ruby-sqlite3)
Revisions pulled up:
- databases/sqlite3-docs/PLIST 1.118
- databases/sqlite3-docs/distinfo 1.121
- databases/sqlite3-tcl/distinfo 1.133
- databases/sqlite3/Makefile.common 1.95
- databases/sqlite3/distinfo 1.188
- devel/lemon/distinfo 1.62
---
Module Name: pkgsrc
Committed By: adam
Date: Mon Oct 3 12:27:52 UTC 2022
Modified Files:
pkgsrc/databases/sqlite3: Makefile.common distinfo
pkgsrc/databases/sqlite3-docs: PLIST distinfo
pkgsrc/databases/sqlite3-tcl: distinfo
pkgsrc/devel/lemon: distinfo
Log message:
sqlite3: updated to 3.39.4
Changes in version 3.39.4 (2022-09-29):
Fix the build on Windows so that it works with -DSQLITE_OMIT_AUTOINIT
Fix a long-standing problem in the btree balancer that might, in rare cases, \
cause database corruption if the application uses an application-defined page \
cache.
Enhance SQLITE_DBCONFIG_DEFENSIVE so that it disallows CREATE TRIGGER \
statements if one or more of the statements in the body of the trigger write \
into shadow tables.
Fix a possible integer overflow in the size computation for a memory \
allocation in FTS3.
Fix a misuse of the sqlite3_set_auxdata() interface in the ICU Extension.
|