Download List

项目描述

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 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

汇编修复了在测试parsing.c。一个额外的分号在一个空的声明,声明后造成的“问题”声明不再结果。
标签: 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

标签: Minor bugfixes

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

标签: Initial freshmeat announcement

Project Resources