форк PascalABC с синонимами русских ключевых слов
Find a file
Бондарев Иван dd4d4baff9 fix #1545
2018-12-09 12:09:59 +01:00
_ParsePABC1
_Presentations/2015 New Features
bin Запретили вложенные записи окончательно 2018-12-08 23:32:52 +03:00
CodeCompletion fix #1545 2018-12-09 12:09:59 +01:00
CodeExamples fix #1409 2018-10-21 12:29:36 +03:00
Compiler FIX #1518 2018-11-24 12:52:36 +03:00
CompilerTools
Configuration bug fix #1053 2018-12-08 11:41:26 +03:00
Debugger.Core
doc
Errors bug fix #1169 2018-09-12 07:11:26 +03:00
Grammars
ICSharpCode.TextEditor FIX #1518 2018-11-24 12:52:36 +03:00
InstallerSamples Исправления программ в связи с PartitionPoints 2018-11-19 02:48:19 +03:00
Libraries FIX #1518 2018-11-24 12:52:36 +03:00
Localization bug fix #1053 2018-12-08 11:41:26 +03:00
NETGenerator fix #1381 2018-10-28 12:41:38 +01:00
OptimizedAssemblies
Optimizer #1475 2018-11-07 19:44:13 +01:00
pabcnetc
pabcnetc_clear
PABCNetHelp PartitionPoints 2018-11-18 18:36:43 +03:00
Parsers auto static стертые по ошибке 2018-12-09 08:21:38 +03:00
ParserTools fix #1550 2018-12-09 11:45:57 +01:00
PluginsSupport
Release
ReleaseGenerators bug fix #1053 2018-12-08 11:41:26 +03:00
SemanticTree fix #1290 2018-10-04 12:14:46 +02:00
SyntaxTree bugs fix #1254 #1563 2018-12-07 23:10:40 +03:00
SyntaxTreeConverters auto properties + extended indexed properties 2018-12-05 11:36:45 +03:00
SyntaxVisitors fix #1577 2018-12-08 20:36:24 +03:00
TestSuite fix #1567 2018-12-09 11:28:40 +01:00
TreeConverter Запретили вложенные записи окончательно 2018-12-08 23:32:52 +03:00
Utils
VisualPascalABCNET manifest high dpi 2018-12-06 21:15:45 +03:00
VisualPlugins fix #1290 2018-10-04 12:14:46 +02:00
WeifenLuo
Yield
YMC
.gitignore
_BuildDebug.bat auto properties + extended indexed properties 2018-12-05 11:36:45 +03:00
_Clean.bat auto properties + extended indexed properties 2018-12-05 11:36:45 +03:00
_GenerateAllSetups.bat
_ReBuildDebug.bat auto properties + extended indexed properties 2018-12-05 11:36:45 +03:00
_ReBuildRelease.bat
_RebuildReleaseAndBuildUnits.bat
_RebuildReleaseAndRunTests.bat auto properties + extended indexed properties 2018-12-05 11:36:45 +03:00
_RebuildReleaseAndRunTests.sh
_RegisterHelix.bat
pabcnetc.sln
PascalABCNET.axml
PascalABCNET.sln
PascalABCNET.xml
README.md

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