To load: | (require (planet dherman/c:4:0)) |
Old style: | (require (planet "main.ss" ("dherman" "c.plt" 4 0))) |
Min Racket version: | 5.1 |
Package description: | Tools for manipulating C, including header extraction for the FFI. |
Downloads this week: | 0 |
Total downloads: | 334 |
Tickets: | 3 |
Open tickets: | 2 |
Primary files: | [no interface available] |
Current version |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(4 0) | 0.4 | [browse] | 121 | [docs] | 5.1 | 2011-04-29 |
To load: (require (planet dherman/c:4:0)) | ||||||
Available in repositories: 4.x | ||||||
bugfix: fixed handling of special || and | and |= tokens, added test cases |
Open tickets |
Ticket Id | Owner | Reporter | Type | Version |
---|---|---|---|---|
209 | dherman | zwizwa | defect | 3:2 |
error: "car: expects argument of type <pair>; given ()" on specific input | ||||
179 | dherman | pocmatos@… | defect | 3.1 |
c.plt fails to install correctly |
Old versions |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(3 2) | 0.4 | [browse] | 123 | [docs] | 4.1.4.3 | 2009-09-16 |
To load: (require (planet "main.ss" ("dherman" "c.plt" 3 (= 2)))) | ||||||
Available in repositories: 4.x | ||||||
Bugfix: fixed parser bug 202. The ParameterDeclaration production is now complete. This involved a subtle restriction of a popular but non-standard extension that allows TypedefName to be used in many places that expect Identifier. | ||||||
(3 1) | 0.3 | [browse] | 30 | [docs] | 4.1.4.3 | 2009-04-01 |
To load: (require (planet "main.ss" ("dherman" "c.plt" 3 (= 1)))) | ||||||
Available in repositories: 4.x | ||||||
| ||||||
(3 0) | 0.3 | [browse] | 4 | [docs] | 4.1.4.3 | 2009-03-31 |
To load: (require (planet "main.ss" ("dherman" "c.plt" 3 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
| ||||||
(2 2) | 0.2 | [browse] | 16 | [docs] | 4.1.4.3 | 2009-03-30 |
To load: (require (planet "main.ss" ("dherman" "c.plt" 2 (= 2)))) | ||||||
Available in repositories: 4.x | ||||||
| ||||||
(2 1) | 0.2 | [browse] | 6 | [docs] | 4.1.4.3 | 2009-03-10 |
To load: (require (planet "main.ss" ("dherman" "c.plt" 2 (= 1)))) | ||||||
Available in repositories: 4.x | ||||||
| ||||||
(2 0) | 0.2 | [browse] | 6 | [docs] | 4.1.4.3 | 2009-03-09 |
To load: (require (planet "main.ss" ("dherman" "c.plt" 2 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
Full C99 parser implemented. Now requires PLT version 4.1.4.3. | ||||||
(1 0) | 0.1 | [browse] | 28 | [docs] | 4.1.3.8 | 2009-02-02 |
To load: (require (planet "main.ss" ("dherman" "c.plt" 1 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
Released. |