source:
Deliverables/D2.2/8051-indexed-labels-branch/src/clight/clightParser.mli
@
1319
Last change on this file since 1319 was 486, checked in by , 10 years ago | |
---|---|
File size: 250 bytes |
Line | |
---|---|
1 | (** This module implements a parser for [C] based on [gcc] and |
2 | [CIL]. *) |
3 | |
4 | (** [process filename] parses the contents of [filename] to obtain |
5 | an abstract syntax tree that represents a Clight program. *) |
6 | val process : string -> Clight.program |
Note: See TracBrowser
for help on using the repository browser.