Skip to content
tajmone edited this page Aug 2, 2021 · 3 revisions

Welcome to the Wiki of the Lemon-PB project!

The goal of the project is to adapt the Lemon parser generator so that it can produce parsers for the PureBasic language.

Lemon is a well known LALR(1) parser generator, written in C89 by Richard Hipp during the late 1980s, and released into the public domain.

Here you'll find various reference material gathered during the adaptation work, such as notes on Lemon's internal mechanics, differences between the C and PureBasic languages that need to be addressed, etc. — basically, anything that is useful for the whole adaptation work, but which is not worth storing in the project repository itself.


Links

Lemon

PureBasic

C

Clone this wiki locally