форк PascalABC с синонимами русских ключевых слов
Find a file
Бондарев Иван ecdf35ab53 fix #2149
2020-03-01 13:45:55 +01:00
_NewAppIcons
_ParsePABC1
_Presentations/2015 New Features
bin bug fix #2208 2020-02-26 23:17:47 +03:00
CodeCompletion Intellisense приведен в соответствие для 2..5 2020-02-15 00:57:23 +03:00
CodeExamples
Compiler fix in PCUWriter 2020-03-01 10:51:24 +01:00
CompilerTools 2020 in copyrights 2019-12-25 13:37:51 +03:00
Configuration bug fix #2208 2020-02-26 23:17:47 +03:00
Debugger.Core
doc OnDrawFrame в WPFObjects 2019-09-14 15:17:06 +03:00
Errors
Grammars
ICSharpCode.TextEditor CodeTemplatesPlugin.cs - небольшие правки 2019-10-04 19:22:01 +03:00
InstallerSamples Обновление POCGL 2020-02-05 07:16:32 +02:00
Libraries
Localization bug fix #2208 2020-02-26 23:17:47 +03:00
NETGenerator sizeof(IntPtr) теперь вычисляется 2020-02-23 22:17:27 +03:00
OptimizedAssemblies
Optimizer 2020 in copyrights 2019-12-25 13:37:51 +03:00
pabcnetc 2020 in copyrights 2019-12-25 13:37:51 +03:00
pabcnetc_clear 2020 in copyrights 2019-12-25 13:37:51 +03:00
PABCNetHelp Each исправлено 2020-02-06 15:44:11 +03:00
Parsers fix #2164 2020-02-10 15:51:16 +03:00
ParserTools fix in intellisense 2020-02-02 12:07:36 +01:00
PluginsSupport Clamp стандартный метод расширения для чисел 2019-11-09 11:38:30 +03:00
Release bug fix #2208 2020-02-26 23:17:47 +03:00
ReleaseGenerators bug fix #2208 2020-02-26 23:17:47 +03:00
SemanticTree
SyntaxTree if_expr_new узел для форматирования 2020-01-06 20:02:07 +03:00
SyntaxTreeConverters foreach по a..b преобразуется в for - для эффективности 2020-01-05 22:46:12 +03:00
SyntaxVisitors bug fix #2208 2020-02-26 23:17:47 +03:00
TestSuite fix #2149 2020-03-01 13:45:55 +01:00
TreeConverter fix #2149 2020-03-01 13:45:55 +01:00
Utils
VisualPascalABCNET fix #2204 2020-02-14 19:47:41 +03:00
VisualPlugins Убраны лишние пробелы при генерации CodeTemplates 2020-01-03 11:03:46 +03:00
WeifenLuo
Yield
YMC
.gitignore
_BuildDebug.bat
_Clean.bat
_GenerateAllSetups.bat fix #2151 2019-11-23 19:23:04 +03:00
_ReBuildDebug.bat
_ReBuildRelease.bat
_RebuildReleaseAndBuildUnits.bat Убран PabcRtl32.dll 2019-08-18 00:16:39 +03:00
_RebuildReleaseAndRunTests.bat bug fix #1502 2019-10-06 12:38:27 +02:00
_RebuildReleaseAndRunTests.sh
_RegisterHelix.bat
pabcnetc.sln
PascalABCNET.axml
PascalABCNET.sln
PascalABCNET.xml
PascalABCNET_40.sln
README.md
Studio.bat

Building PascalABC.NET in Windows

Run _RegisterHelix.bat on first use to install the HelixToolkit.dll and HelixToolkit.Wpf.dll in GAC

_RebuildReleaseAndRunTests.bat builds the project in Release-mode, rebuilds the pas-units and runs tests (run with administrative privileges!).

_GenerateAllSetups.bat builds the project in Release-mode, rebuilds the pas-units, runs tests and creates the install package (run with administrative privileges!).

_ReBuildRelease.bat builds the project in Release-mode.

_ReBuildDebug.bat builds the project in Debug-mode.

PascalABC is being developed in Visual Studio Community 2017.

Building PascalABC.NET in Linux (Ubuntu)

Install Mono (http://www.mono-project.com/docs/getting-started/install/linux/)

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-devel
sudo apt-get install mono-complete

Build the project and run tests.

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

Building PascalABC.NET in MacOS

Download and install Mono from official page. Install the git-client. Run the commands:

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

Run the PascalABC.NET command line compiler

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

Tests

Tests are located in the directory "TestSuite". To run the tests execute the file bin/TestRunner.exe


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

Перед первой компиляцией необходимо запустить _RegisterHelix.bat с правами администратора

_RebuildReleaseAndRunTests.bat собирает проект в Release-режиме, перекомпилирует pas-модули и прогоняет все тесты (запускать с правами администратора).

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

_ReBuildRelease.bat собирает проект в Release-режиме.

_ReBuildDebug.bat собирает проект в Debug-режиме.

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

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

Установка Mono (http://www.mono-project.com/docs/getting-started/install/linux/)

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb http://download.mono-project.com/repo/debian wheezy main" | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install mono-devel
sudo apt-get install mono-complete

Сборка проекта и выполение тестов

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

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

Скачайте и установите Mono с официального сайта. При необходимости установите git-клиент. Далее выполните команды

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ sh _RebuildReleaseAndRunTests.sh

Запуск

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

Тесты

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