Downloadliste

Projektbeschreibung

Sparse is a semantic parser of source files. It's neither a compiler (although it could be used as a front-end for one) nor a preprocessor (although it contains a preprocessing phase). It is meant to be a small, simple, easy to use library. Its function is to create a semantic parse tree for some arbitrary user for further analysis. It's not a tokenizer, nor is it a generic context-free parser. Context (semantics) is what it's all about: figuring out not just what the grouping of tokens are, but what the types are that the grouping implies.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-09-29 11:41
2003-09-28

Zusammenstellung Fixes wurden im Test gemacht parsing.c. Ein zusätzliches Semikolon führt nicht länger eine leere Anweisung, die die "Erklärung nach der Erklärung" Problem verursacht hat.
Tags: Minor bugfixes
compilation fixes were made in test-parsing.c.
An extra semicolon no longer results in an empty
statement, which caused the "declaration after
statement" problem.

2003-09-12 06:01
2003-09-11

Tags: Minor bugfixes

2003-07-04 20:27
July-04-2003

Tags: Initial freshmeat announcement

Project Resources