форк PascalABC с синонимами русских ключевых слов
Find a file
2015-10-09 16:35:14 +02:00
_ParsePABC1 ttt 2015-08-26 13:48:16 +03:00
_Presentations/2015 New Features ReadlnInteger и ReadArrInteger и ReadSeqInteger переопределил для PT4 - иначе не работали 2015-09-26 18:36:48 +03:00
bin bug fix: function ReadFileToEnd and Utils 2015-10-08 20:42:13 +10:00
CodeCompletion bug fix formatting of new class(a,b) 2015-08-14 17:45:34 +02:00
Compiler added Microsoft.Dynamic.dll and Microsoft.Scripting.dll (for IronPython) 2015-09-10 21:32:20 +02:00
CompilerTools added license info in source files 2015-06-01 21:15:17 +02:00
Configuration Новые файлы в PT4 2015-10-03 19:07:54 +03:00
Debugger.Core added license files for third-party libraries 2015-05-31 10:15:07 +02:00
doc Лицензии доделанные и включенные в инсталлят 2015-07-06 09:03:18 +03:00
Errors ... 2015-09-10 20:58:53 +02:00
Grammars removed pnet grammar 2015-07-19 11:57:25 +02:00
ICSharpCode.TextEditor added license info 2015-06-02 21:52:35 +02:00
InstallerSamples Поправил примеры 2015-07-22 22:34:46 +03:00
Libraries added license files for third-party libraries 2015-05-31 10:15:07 +02:00
Localization ... 2015-06-27 18:33:50 +02:00
NETGenerator bug fix: 2015-10-05 21:39:21 +02:00
OptimizedAssemblies MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
Optimizer added license info in source files 2015-06-01 21:15:17 +02:00
pabcnetc set debug mode as default in console compiler 2015-10-09 16:35:14 +02:00
pabcnetc_clear set debug mode as default in console compiler 2015-10-09 16:35:14 +02:00
Parsers Сделан стек контекстов 2015-08-27 21:13:09 +03:00
ParserTools .csproj modified 2015-09-10 21:13:25 +02:00
PluginsSupport added license info 2015-06-02 21:52:35 +02:00
Release MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
ReleaseGenerators Новые файлы в PT4 2015-10-03 19:07:54 +03:00
SemanticTree fix .csproj for mono xbuild (case problem) 2015-09-10 20:53:39 +02:00
SyntaxTree Новые файлы в PT4 2015-10-03 19:07:54 +03:00
TestSamples initial commit 2015-05-14 21:35:07 +02:00
TestSuite bug fix: function ReadFileToEnd and Utils 2015-10-08 20:42:13 +10:00
TreeConverter заменил Hashtable с ключом целого типа на Dictionary в DSHashTable.cs 2015-09-28 22:02:33 +02:00
Utils bug fix: function ReadFileToEnd and Utils 2015-10-08 20:42:13 +10:00
VisualPascalABCNET ryujit enabled. bug fix in installer script 2015-08-20 14:45:13 +02:00
VisualPlugins Исправлены ошибки в InternalErrorReport 2015-08-15 09:44:42 +02:00
WeifenLuo initial commit 2015-05-14 21:35:07 +02:00
Перевод сайта initial commit 2015-05-14 21:35:07 +02:00
_BuildDebug.bat initial commit 2015-05-14 21:35:07 +02:00
_Clean.bat ... 2015-08-29 22:20:07 +02:00
_GenerateAllSetups.bat ryujit enabled. bug fix in installer script 2015-08-20 14:45:13 +02:00
_GenerateSetup.bat initial commit 2015-05-14 21:35:07 +02:00
_ReBuildDebug.bat initial commit 2015-05-14 21:35:07 +02:00
_ReBuildRelease.bat initial commit 2015-05-14 21:35:07 +02:00
pabcnetc.sln added solution file for console compiler 2015-09-10 21:10:34 +02:00
PascalABCNET.sln T->T 2015-05-17 21:15:48 +03:00
PascalABCNET.xml Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2015-06-27 20:55:07 +03:00
README.md Update README.md 2015-09-10 21:44:59 +02:00

Сборка проекта в Windows

_ReBuildRelease.bat собирает проект в Release-режиме
_ReBuildDebug.bat собирает проект в Debug-режиме
_GenerateAllSetups.bat собирает инсталлят (запускать с правами администратора).

Разработка ведется в Visual Studio Community 2015.

Сборка проекта в Linux (Ubuntu)

$ sudo apt-get install mono-complete
$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ MONO_IOMAP=case xbuild pabcnetc.sln

Запуск

$ cd bin
$ mono pabcnetc.exe
или $ mono --debug pabcnetc.exe

Тесты

Тесты расположены в папке TestSuite. Прогон тестов осуществляется программой bin/TestRunner.exe