Download List

Descripción del Proyecto

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.

System Requirements

System requirement is not defined
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

arreglos se hicieron en la compilación de pruebas parsing.c. Un punto y coma adicional resultados ya no está en una declaración vacía, lo que provocó la declaración "después de la declaración" problema.
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