diff python/ppci/c3/codegenerator.py @ 353:b8ad45b3a573

Started with strings
author Windel Bouwman
date Sun, 09 Mar 2014 18:49:10 +0100
parents d1ecc493384e
children 5477e499b039
line wrap: on
line diff
--- a/python/ppci/c3/codegenerator.py	Sun Mar 09 11:55:55 2014 +0100
+++ b/python/ppci/c3/codegenerator.py	Sun Mar 09 18:49:10 2014 +0100
@@ -302,7 +302,7 @@
         else:
             raise SemanticError('Cannot cast {} to {}'
                                 .format(from_type, to_type), expr.loc)
- 
+
     def gen_function_call(self, expr):
         """ Generate code for a function call """
         # Evaluate the arguments: