You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
548 B
12 lines
548 B
|-----handy-ruler------------------------------------------------------| |
|
sparse: sparse (semantic parser for C) |
|
sparse: |
|
sparse: Sparse is a semantic parser of source files: it's neither a compiler |
|
sparse: (although it could be used a front-end for one) not is it a |
|
sparse: preprocessor (although it contains as a part of a preprocessing |
|
sparse: phase). |
|
sparse: |
|
sparse: It is meant to be a small and simple library, whose only mission is |
|
sparse: to create a semantic parse tree for some arbitrary user for further |
|
sparse: analysis. |
|
sparse:
|
|
|