1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] This copyright note is auto-generated by scripts/Create-CopyPatch.
4 [COPY] T2 SDE: package/.../sparse/sparse.desc
5 [COPY] Copyright (C) 2007 - 2020 The T2 SDE Project
7 [COPY] More information can be found in the files COPYING and README.
9 [COPY] This program is free software; you can redistribute it and/or modify
10 [COPY] it under the terms of the GNU General Public License as published by
11 [COPY] the Free Software Foundation; version 2 of the License. A copy of the
12 [COPY] GNU General Public License can be found in the file COPYING.
13 [COPY] --- T2-COPYRIGHT-NOTE-END ---
15 [I] A semantic parser of source files
17 [T] Sparse is a semantic parser of source files. It's neither a compiler
18 [T] (although it could be used as a front-end for one) nor a preprocessor
19 [T] (although it contains a preprocessing phase). It is meant to be a small,
20 [T] simple, easy to use library. Its function is to create a semantic parse
21 [T] tree for some arbitrary user for further analysis. It's not a tokenizer,
22 [T] nor is it a generic context-free parser. Context (semantics) is what
23 [T] it's all about: figuring out not just what the grouping of tokens are,
24 [T] but what the types are that the grouping implies.
26 [U] http://kernel.org/pub/linux/kernel/people/josh/sparse/
29 [M] Rene Rebe <rene@t2-project.org>
37 [P] X -----5---9 123.000
39 [O] var_append makeopt ' ' "PREFIX=/$prefix"
40 [O] var_append makeinstopt ' ' "PREFIX=/$prefix"
42 [D] 981621542e9afb2fb5bf87146f32796e8a5fc8ce007fbb16441d18e3 sparse-0.6.2.tar.gz http://kernel.org/pub/linux/kernel/people/josh/sparse/dist/