implemented user-defined pragmas

This commit is contained in:
Andreas Rumpf
2010-07-23 20:17:12 +02:00
parent 5a2163d71d
commit 804e2ac89d
11 changed files with 237 additions and 151 deletions

View File

@@ -42,6 +42,7 @@ Additions
- Implemented implicit type arguments for generics.
- Implemented ``{.size: sizeof(cint).}`` pragma for enum types. This is useful
for interfacing with C.
- Implemented ``{.pragma.}`` pragma for user defined pragmas.
2010-03-14 Version 0.8.8 released