Mercurial > lcfOS
diff python/ppci/frontends/ks/builtin.py @ 110:9e552d34bd60
Work on compiler
author | Windel Bouwman |
---|---|
date | Fri, 04 Jan 2013 15:25:58 +0100 |
parents | 63937c8d1478 |
children |
line wrap: on
line diff
--- a/python/ppci/frontends/ks/builtin.py Tue Jan 01 17:17:44 2013 +0100 +++ b/python/ppci/frontends/ks/builtin.py Fri Jan 04 15:25:58 2013 +0100 @@ -1,6 +1,6 @@ from .nodes import * -boolean = BaseType('boolean', 8) # Choose: 1 or 8 bytes? +boolean = BaseType('boolean', 8) integer = BaseType('integer', 8) real = BaseType('real', 8) char = BaseType('char', 1)