Skip to content
Snippets Groups Projects
  1. May 13, 2013
  2. Apr 30, 2013
  3. Mar 21, 2013
  4. Mar 12, 2013
  5. Dec 24, 2012
  6. Nov 07, 2012
  7. Sep 26, 2012
  8. Mar 22, 2012
  9. Mar 20, 2012
  10. Mar 13, 2012
  11. May 24, 2011
    • Iustin Pop's avatar
      Implement conversion of Python constants to Haskell · d99d1e36
      Iustin Pop authored
      
      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
      possible if we would use a parser such that we recognise the element
      names. We could extend the convert-constants script if that becomes
      necessary, right now I'm looking at just the simple constants such as
      Iallocator modes, instance states, etc.
      
      Signed-off-by: default avatarIustin Pop <iustin@google.com>
      Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
      d99d1e36
Loading