-
Notifications
You must be signed in to change notification settings - Fork 51
/
ChangeLog
49 lines (40 loc) · 1.82 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Changes since 0.4.1
==========================================================================
Thu Feb 28 2013
* Fix parsing and printing of octal character escapes.
Tue Jun 12 2012
* Export Annotated type class from AST module
Wed Aug 24 2012
* Patch for alex-3.0
Changes 0.3.1 - 0.4.1
==========================================================================
Tue Aug 16 2011:
* Port to ghc-7.2
Fr April 15 2011: Alexander Bernauer <[email protected]>
* Show instances (popular request) for AST types, DumpAst demo
Changes 0.3 - 0.3.1
==========================================================================
Thu Aug 21 [email protected]
* add aliases for exposed parsers, in order to document them
Fri Aug 15 [email protected]
* Remove NameMap from Data.Name. We will do this right when neccessary.
* Parser public API: expose parsers and the Parser Monad
* ParserMonad: Return updated name supply when executing parser
* Parser: Expose expression, statement, declaration and file parsers
* Data: Add newNameSupply ~ (namesStartingFrom 0)
Thu Aug 14 17:13:29 CEST 2008 [email protected]
* Add a utility function to create a "blank" set of cpp arguments.
* Make that analysis traversal monad abstract.
* Export the type synonym "Register" (and bump version)
Wed Aug 13 12:00:57 CEST 2008 [email protected]
* add Data.Position: internalIdentAt
Old Changes
==========================================================================
Mon Jun 9 23:12:46 CEST 2008 [email protected]
* License switched to 3-clause BSD
$
- In accordance with the original authors, Language.C is now licensed as BSD-3.
See:
http://haskell.org/pipermail/c2hs/2008-June/000833.html
http://haskell.org/pipermail/c2hs/2008-June/000834.html
http://haskell.org/pipermail/c2hs/2008-June/000835.html