Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix token destructors in lemon generated parsers. Does not effect SQLite. Ticket #3299. (CVS 5563) |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 4887e8fc4af9e2963b3eff3187dee5b0 |
User & Date: | drh 2008-08-13 20:04:30 |
Context
2008-08-13
| ||
20:09 | Explicit casts of the return from strlen() to int in lemon. This has no effect on SQLite. It has no effect on any lemon-generated parser with a grammar that is less than 2GB in size. Ticket #3293. (CVS 5564) check-in: a519cdb2 user: drh tags: trunk | |
20:04 | Fix token destructors in lemon generated parsers. Does not effect SQLite. Ticket #3299. (CVS 5563) check-in: 4887e8fc user: drh tags: trunk | |
19:11 | Additional changes toward fixing ticket #3292. (CVS 5562) check-in: 0b92cbf5 user: drh tags: trunk | |
Changes
Changes to tool/lemon.c.