Wed, 02 Jan 2013 23:57:46 +0200 | Teemu Piippo | test | changeset | files |
Wed, 19 Dec 2012 22:01:42 +0200 | Teemu Piippo | So it turns out that the functions I thought were taking float are actually taking int. So, with the only reason for float removed, the float type is removed as well. I'd rather have fixed point anyway. | changeset | files |
Wed, 19 Dec 2012 13:44:18 +0200 | Teemu Piippo | Added constants, these are defined with const, take their value immediately and are replaced out with their value when used. The strlen operator can be used to get a string constant's length. | changeset | files |
Wed, 19 Dec 2012 04:20:02 +0200 | Teemu Piippo | Some rework on variables | changeset | files |