Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #3949 from oderwat/hara-php-addr | Andreas Rumpf | 2016-03-10 | 1 | -1/+10 |
|\ | | | | | Try to fix addr() ref and pointer for PHP | ||||
| * | Try to fix addr() ref and pointer for PHP | Hans Raaf | 2016-03-08 | 1 | -1/+10 |
| | | |||||
* | | Fix für PHP codegen integer modulo calculation. | Hans Raaf | 2016-03-07 | 1 | -0/+8 |
|/ | |||||
* | Fix for integer division in PHP codegen. | Hans Raaf | 2016-03-06 | 1 | -0/+8 |
| | |||||
* | Fix for PHP function pointer implementation. | Hans Raaf | 2016-03-06 | 1 | -0/+1 |
| | |||||
* | PHP codegen: function pointers work | Andreas Rumpf | 2016-03-05 | 1 | -3/+11 |
| | |||||
* | Merge pull request #3934 from oderwat/php-fix-defer | Andreas Rumpf | 2016-03-05 | 1 | -7/+12 |
|\ | | | | | Fix for defer in PHP Codegen. | ||||
| * | Partial fix for defer in PHP Codegen. | Hans Raaf | 2016-03-04 | 1 | -7/+12 |
| | | |||||
* | | PHP codegen: use nimAt for PHP 5.3 compatibility | Andreas Rumpf | 2016-03-04 | 1 | -2/+11 |
|/ | |||||
* | Fixed bad JS codegen for new json with tables. Added json to JS tests. | Yuriy Glukhov | 2016-02-29 | 1 | -1/+3 |
| | |||||
* | no name mangling for PHP fields | Andreas Rumpf | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | php codegen: name mangling bugfix | Andreas Rumpf | 2016-02-26 | 1 | -2/+3 |
| | |||||
* | PHP codegen generates reliable filenames | Andreas Rumpf | 2016-02-26 | 1 | -2/+6 |
| | |||||
* | PHP codegen can generate foo->bar accesses | Andreas Rumpf | 2016-02-08 | 1 | -1/+10 |
| | |||||
* | makes tints.nim test compile | Andreas Rumpf | 2016-02-08 | 1 | -0/+3 |
| | |||||
* | Made the test tints.nim work for the PHP codegen (uint shifts and | Hans Raaf | 2016-02-07 | 1 | -1/+5 |
| | | | | casts). | ||||
* | Corrected (unsigned) shr for PHP Codegen | Hans Raaf | 2016-02-07 | 1 | -3/+12 |
| | |||||
* | Better code and fix for JS regression. | Hans Raaf | 2016-02-07 | 1 | -9/+9 |
| | |||||
* | Fix für Char to String in PHP. | Hans Raaf | 2016-02-07 | 1 | -0/+4 |
| | |||||
* | Fix tuple field access in PHP. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | |||||
* | Fix for index check in PHP code. | Hans Raaf | 2016-02-07 | 1 | -1/+4 |
| | |||||
* | Fix for shr with PHP (using >>) | Hans Raaf | 2016-02-07 | 1 | -5/+11 |
| | |||||
* | php-codegen fixes | Andreas Rumpf | 2016-02-06 | 1 | -4/+7 |
| | |||||
* | more JS regressions fixed | Andreas Rumpf | 2016-02-06 | 1 | -1/+1 |
| | |||||
* | fixes JS codegen regressions | Andreas Rumpf | 2016-02-06 | 1 | -3/+2 |
| | |||||
* | cleaner toArray magic | Andreas Rumpf | 2016-02-06 | 1 | -21/+24 |
| | |||||
* | PHP codegen can generate PHP classes | Andreas Rumpf | 2016-02-06 | 1 | -53/+199 |
| | |||||
* | first version of an PHP codegen | Andreas Rumpf | 2016-02-06 | 1 | -272/+364 |
| | |||||
* | Prefer JS typed arrays for arrays. | Yuriy Glukhov | 2016-02-03 | 1 | -4/+27 |
| | |||||
* | Merge pull request #3760 from yglukhov/js-unicode-2 | Andreas Rumpf | 2016-01-22 | 1 | -6/+29 |
|\ | | | | | Fixed unicode strings in JS. Second try. | ||||
| * | Fixed unicode strings in JS | Yuriy Glukhov | 2016-01-22 | 1 | -6/+29 |
| | | |||||
* | | Merge pull request #3762 from yglukhov/isnil-fix | Andreas Rumpf | 2016-01-22 | 1 | -1/+1 |
|\ \ | | | | | | | Fixed isNil codegen in JS | ||||
| * | | Fixed isNil codegen in JS | Yuriy Glukhov | 2016-01-22 | 1 | -1/+1 |
| |/ | |||||
* / | JS: Corrected shift operators. Made casting between ints behave like C does. | Yuriy Glukhov | 2016-01-22 | 1 | -9/+49 |
|/ | |||||
* | Revert "Fixed unicode handling in JS. Fixes #3714." | Yuriy Glukhov | 2016-01-21 | 1 | -19/+1 |
| | |||||
* | Merge pull request #3754 from yglukhov/js-unsigned | Andreas Rumpf | 2016-01-21 | 1 | -100/+42 |
|\ | | | | | Unsigned arith corrected for JS | ||||
| * | Unsigned arith corrected for JS | Yuriy Glukhov | 2016-01-21 | 1 | -100/+42 |
| | | |||||
* | | Fixed unicode handling in JS. Fixes #3714. | Yuriy Glukhov | 2016-01-18 | 1 | -1/+19 |
|/ | |||||
* | Use real JS bool literals instead of 1 and 0. Fixes #3722. | Yuriy Glukhov | 2016-01-17 | 1 | -1/+4 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -1/+1 |
| | |||||
* | Gen temp name instead of nimVarUnpack | Yuriy Glukhov | 2015-10-15 | 1 | -10/+11 |
| | |||||
* | Fixed ret by var in js | Yuriy Glukhov | 2015-10-15 | 1 | -8/+30 |
| | |||||
* | when nimvm stmt proof of concept | Yuriy Glukhov | 2015-09-04 | 1 | -0/+3 |
| | |||||
* | Fixed passing byvar | Yuriy Glukhov | 2015-08-25 | 1 | -5/+23 |
| | |||||
* | Merge pull request #3233 from yglukhov/parsefloat-js-magic | Andreas Rumpf | 2015-08-21 | 1 | -0/+3 |
|\ | | | | | Fixed nimParseBiggestFloat magic in JS | ||||
| * | Fixed nimParseBiggestFloat magic in JS | Yuriy Glukhov | 2015-08-21 | 1 | -0/+3 |
| | | |||||
* | | Untyped pointers godegen changed. addr expression fixed. | Yuriy Glukhov | 2015-08-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #3147 from yglukhov/js-emit | Andreas Rumpf | 2015-08-02 | 1 | -5/+11 |
|\ | | | | | Emit pragma support for JS backend. | ||||
| * | Emit pragma support for JS backend. | Yuriy Glukhov | 2015-07-25 | 1 | -5/+11 |
| | | |||||
* | | fixes #3144 | Araq | 2015-07-26 | 1 | -1/+10 |
|/ |