Mercurial > lcfOS
diff python/c3/scope.py @ 231:521567d17388
simplify blink.c3
author | Windel Bouwman |
---|---|
date | Sat, 13 Jul 2013 20:20:44 +0200 |
parents | 8b2e5f3cd579 |
children | e64bae57cda8 |
line wrap: on
line diff
--- a/python/c3/scope.py Sat Jul 13 19:53:44 2013 +0200 +++ b/python/c3/scope.py Sat Jul 13 20:20:44 2013 +0200 @@ -50,6 +50,7 @@ # buildin types: intType = astnodes.BaseType('int') +intType.bytesize = 4 doubleType = astnodes.BaseType('double') voidType = astnodes.BaseType('void') boolType = astnodes.BaseType('bool')