Statistics
| Branch: | Tag: | Revision:

root / autotools / convert-constants @ d99d1e36

History | View | Annotate | Download (2.3 kB)

# Date Author Comment
d99d1e36 05/24/2011 06:22 pm Iustin Pop

Implement conversion of Python constants to Haskell

With the merge of the repositories, we can now auto-generate the code
for Haskell constants from the Python code.

Currently this only handles the basic types (strings and
integers). Handling containers such as lists and dictionaries is only...