Commit graph

655 commits

Author SHA1 Message Date
miks1965 88e9937ffb Yield - в инсталляторе!!! 2016-07-10 00:14:30 +03:00
miks1965 c6eaba8f94 Множество правок, связанных с yield.
В частности, изменен алгоритм генерации конечного автомата, поправлен код для GetEnumerator и проч.
2016-07-08 23:20:56 +03:00
Бондарев Иван d635ad0d51 rename in yields 2016-07-03 11:48:34 +02:00
MikhailoMMX 313b91aac8 Renaming variables in tuples fix 2016-07-03 03:11:01 +03:00
miks1965 7bd1646707 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2016-06-24 23:00:23 +03:00
miks1965 866236bfb2 a.Low a.High в PABCSystem.pas
Coordinate.Rotate в GraphABC
2016-06-24 23:00:16 +03:00
Бондарев Иван d66003e90b bug fix #165 2016-06-24 21:16:50 +02:00
Бондарев Иван ea2feab99c bug fix #217 2016-06-22 21:00:52 +02:00
Бондарев Иван 2edb216ee8 Intellisense: hide extension methods for static arrays 2016-06-22 20:55:05 +02:00
Бондарев Иван 15ff175d44 bug fix #218 2016-06-22 20:44:05 +02:00
miks1965 6edf9ae31a YieldConversionSyntax/YieldDesugarSyntaxTreeConverter.cs закомментирована тестовая строка 2016-06-18 11:23:54 +03:00
miks1965 1d9a2501fa Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2016-06-18 11:14:05 +03:00
miks1965 61353b8f04 yield bug fix #205 2016-06-18 11:13:55 +03:00
Oleg Batashov 6ae8dcb10f Yield: bug fix #212 2016-06-16 22:48:34 +03:00
Oleg Batashov bd9b8b4085 Yield: bug fix #215 2016-06-16 22:45:55 +03:00
Oleg Batashov 74e09e474b Yield: bug fix #213 improved 2016-06-16 22:43:58 +03:00
Oleg Batashov d545ef1bf5 Yield: bug fix #213 2016-06-16 22:41:54 +03:00
miks1965 977f83009a Некоторые дополнения в GraphABC - DrawTextCentered(x,y,...) 2016-06-15 00:36:38 +03:00
Oleg Batashov 3d5ac1042c Yield: some static names capture fix 2016-06-14 23:28:40 +03:00
Oleg Batashov 9ea7408b6b Yield: bug fix #214 2016-06-14 23:10:10 +03:00
Oleg Batashov e26b9926d5 Yield: some fix for class idents capture 2016-06-14 16:11:43 +03:00
Oleg Batashov e036d5c566 Yield: try with yield denided fix 2016-06-14 14:19:28 +03:00
Oleg Batashov d9a552b4a0 Yield: try with yield denided - bug fix #210 2016-06-14 13:50:22 +03:00
Oleg Batashov 2609b82b1f Yield: bug fix #207 2016-06-14 12:13:25 +03:00
Oleg Batashov 8470d2886c Yield: bug fix #203 again 2016-06-14 11:25:28 +03:00
Oleg Batashov 6d6e86d6b1 Yield: some foreach helper nodes changed 2016-06-14 04:09:58 +03:00
Oleg Batashov c45803418a Yield: bug fix #209 2016-06-14 02:45:38 +03:00
Oleg Batashov 54c37b7794 Yield: bug fix #211 2016-06-14 02:15:07 +03:00
Oleg Batashov 342c7a7fcf Yield: bug fix #206 2016-06-14 02:05:37 +03:00
Oleg Batashov ded7375fc6 Yield: bug fix #203 2016-06-14 01:49:45 +03:00
Oleg Batashov 8bebcfba44 Yield: bug fix #182 2016-06-12 15:29:49 +03:00
Oleg Batashov e898821885 Yield: fix break in case_node 2016-06-12 14:39:15 +03:00
Oleg Batashov 572121a443 Yield: repeat_node lowering with break-continue support 2016-06-12 14:33:43 +03:00
Oleg Batashov e47e9dff72 Yield: while_node lowering with break-continue support 2016-06-12 14:20:38 +03:00
Oleg Batashov 340902fabd Yield: for_node lowering with break and continue support 2016-06-12 13:21:37 +03:00
Oleg Batashov dfbc1fd60c Yield: bug fix #185 2016-06-12 02:39:03 +03:00
Oleg Batashov 6f9e649c5a Yield: bug fix #200 2016-06-11 15:06:23 +03:00
miks1965 94705a7002 PrettyPrinter вывод в файл 2016-06-11 13:25:29 +03:00
miks1965 01eac975de bug fix #199 2016-06-11 09:47:22 +03:00
miks1965 e099939a98 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2016-06-10 10:26:03 +03:00
Бондарев Иван 17f7bf3d6a bug fix #196
OpenGL.pas
2016-06-07 21:21:21 +02:00
Oleg Batashov 0805946983 Yield: bug fix #183 2016-06-07 00:18:49 +03:00
Oleg Batashov bf712a6def Yield: bug fix #192 2016-06-06 23:49:41 +03:00
miks1965 85a81c8cb2 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2016-06-06 11:40:56 +03:00
Oleg Batashov d2ee43742c Yield: partially fixed templates with where section 2016-06-06 00:43:18 +03:00
Oleg Batashov d5a7a3964f Yield: bug fix #189 2016-06-05 15:30:58 +03:00
Oleg Batashov 72ff5afea5 Yield: bug fix #186 2016-06-05 15:07:11 +03:00
Oleg Batashov 598af1843f Yield: bug fix #191 2016-06-05 15:04:13 +03:00
Oleg Batashov ab6c91df81 Yield: bug fix #181 2016-06-05 13:31:45 +03:00
Oleg Batashov 4a5323c40c Yield helpers for external-defined class methods removal enabled 2016-06-05 01:41:08 +03:00