changelog
- Wed, 19 Dec 2012 13:44:18 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Wed, 19 Dec 2012 13:44:18 +0200] rev 68
- 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.
- Wed, 19 Dec 2012 04:20:02 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Wed, 19 Dec 2012 04:20:02 +0200] rev 67
- Some rework on variables
- Wed, 19 Dec 2012 03:27:15 +0200
- by Teemu Piippo <crimsondusk64@gmail.com> [Wed, 19 Dec 2012 03:27:15 +0200] rev 66
- Good bunch of changes
- Sun, 26 Aug 2012 23:54:58 +0300
- by Teemu Piippo <crimsondusk64@gmail.com> [Sun, 26 Aug 2012 23:54:58 +0300] rev 65
- Don't try to read expressions as statements. That yields nothing useful and inevidently bombs out anyway.