Commit graph

1127 commits

Author SHA1 Message Date
miks1965 2f3b2294ba class_body -> class_body_list 2017-06-06 05:24:32 +03:00
Бондарев Иван 1fd7cfb585 install packages from NuGet (experimental) 2017-06-05 16:09:24 +02:00
Бондарев Иван 194481122b fix in intellisense 2017-06-04 17:48:35 +02:00
Бондарев Иван 2b60ecbcd7 bug fix #415 2017-06-04 14:13:46 +02:00
miks1965 c481bbe06e Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2017-06-03 11:12:40 +03:00
Mikhalkovich Stanislav d3e0bdeb80 Merge pull request #419 from janise93/master
DoubleQuestionDesugarVisitor
2017-06-03 11:11:55 +03:00
janise93 643d2f6a5a Merge branch 'JBranch1' of https://github.com/janise93/pascalabcnet into JBranch1 2017-06-03 10:25:52 +03:00
janise93 3decd7fc64 Add: ??, integer? and semantic checks for ?. 2017-06-03 10:25:17 +03:00
janise93 91d67bafda Merge branch 'JBranch1' of https://github.com/janise93/pascalabcnet into JBranch1 2017-06-03 10:21:48 +03:00
janise93 d6fd84b935 Add: ??, integer? and semantic checks for ?. 2017-06-03 10:19:52 +03:00
janise93 5344852738 Add: ??, integer? and semantic checks for ?. 2017-06-03 00:30:15 +03:00
miks1965 39e98333b4 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet
# Conflicts:
#	bin/Lib/PABCRtl.dll
2017-06-02 19:18:20 +03:00
miks1965 5698924a96 Пара ошибочных программ 2017-06-02 19:17:54 +03:00
andrewlord607 09323f7945 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet
# Conflicts:
#	bin/Lib/PABCRtl.dll
2017-06-02 13:10:23 +03:00
andrewlord607 84ca54d190 Fix warnings and possible NullReference exceptions 2017-06-02 13:02:12 +03:00
Alexander Zakharenko 29f3d2f39c Revert null check in Add method 2017-06-02 03:38:42 +03:00
Alexander Zakharenko 934f106f74 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2017-06-02 03:20:23 +03:00
Alexander Zakharenko 7912432d9c Add null checks to syntax list methods 2017-06-02 03:20:10 +03:00
miks1965 5f3ac6842c Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet
# Conflicts:
#	bin/Lib/PABCRtl.dll
2017-06-02 00:50:53 +03:00
miks1965 c74db1a49e PABCSystem opt
Исправление бага при рефакторинге ТС
2017-06-02 00:50:28 +03:00
Alexander Zakharenko d5c73affc3 Fix parents assignment in syntax list methods 2017-06-01 23:49:15 +03:00
miks1965 10f4ee3436 Minor changes 2017-06-01 23:42:35 +03:00
Бондарев Иван 67263e497b Merge branch 'master' of github.com:pascalabcnet/pascalabcnet 2017-06-01 21:35:38 +02:00
Бондарев Иван 07c7ba6b52 bug fix #413 2017-06-01 21:33:19 +02:00
miks1965 eedb09752e Minor changes in ABCPascal.y 2017-06-01 21:54:52 +03:00
miks1965 f515799ab8 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2017-06-01 21:06:56 +03:00
miks1965 7ea46dd296 ReadInteger2 2017-06-01 21:06:41 +03:00
Бондарев Иван 73a688983d Merge branch 'master' of github.com:pascalabcnet/pascalabcnet 2017-06-01 19:34:38 +02:00
Бондарев Иван e5e4c0f4b8 bug fix in refactoring of SymbolTable 2017-06-01 19:34:03 +02:00
Alexander Zakharenko 346d1dc5f1 Update SyntaxGenerator.md 2017-06-01 13:54:12 +03:00
Alexander Zakharenko ef3581bd8b Create SyntaxGenerator.md 2017-06-01 13:43:02 +03:00
miks1965 38842c45e7 bug fix #411
var (a,b) := (1,2)
2017-06-01 13:14:49 +03:00
miks1965 ecf1cd2955 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet
# Conflicts:
#	Configuration/GlobalAssemblyInfo.cs
#	Configuration/Version.defs
#	ReleaseGenerators/PascalABCNET_version.nsh
#	bin/Lib/PABCRtl.dll
2017-05-31 22:32:13 +03:00
miks1965 d98f460e79 Working changes 2017-05-31 22:31:11 +03:00
Ivan Bondarev d8ff1bc74f Merge pull request #410 from andrewlord607/master
Symbol Table refactoring
2017-05-31 20:38:39 +02:00
andrewlord607 3a7551d0a2 merge fix 2017-05-30 23:58:34 +03:00
andrewlord607 88ca93d34f fix 2017-05-30 22:44:10 +03:00
andrewlord607 31af590e95 Merge remote-tracking branch 'remotes/upstream/master'
# Conflicts:
#	Configuration/GlobalAssemblyInfo.cs
#	Configuration/Version.defs
#	ReleaseGenerators/PascalABCNET_version.nsh
#	TreeConverter/TreeConversion/compilation_context.cs
#	TreeConverter/TreeConversion/syntax_tree_visitor.cs
#	bin/Lib/PABCRtl.dll
2017-05-30 20:25:14 +03:00
Бондарев Иван d423b906ac added missing copyrights 2017-05-27 20:06:12 +02:00
miks1965 5fd0a37322 bug fix #273 2017-05-26 17:18:20 +03:00
Бондарев Иван 87f4005e0a PascalABCVersion is intrinsic function (bug fix #395) 2017-05-26 14:35:59 +02:00
Бондарев Иван da373ae907 bug fix #396 2017-05-26 14:13:17 +02:00
Бондарев Иван 16ffdc9a05 bug fix #408 2017-05-26 12:29:21 +02:00
Бондарев Иван 3cfcd0c6e5 fix arr[i] = nil where arr[i] is nullable 2017-05-25 21:23:40 +02:00
Бондарев Иван 0494a67b32 full support of Nullable<T> (bug fix #405) 2017-05-25 19:44:06 +02:00
Бондарев Иван 32404786fb bug fix #403 2017-05-25 11:44:01 +02:00
Бондарев Иван 819c41c2f3 bug fix #406 2017-05-25 10:37:16 +02:00
Бондарев Иван 0196b08946 Merge branch 'master' of github.com:pascalabcnet/pascalabcnet 2017-05-23 21:30:10 +02:00
Бондарев Иван 8873257dfd bug fix #401 2017-05-23 21:29:11 +02:00
miks1965 e6a6058d8a Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2017-05-23 21:58:32 +03:00