форк PascalABC с синонимами русских ключевых слов
Find a file
Бондарев Иван 22e529d3bd bug fix #360
2017-03-02 20:27:17 +01:00
_ParsePABC1 SyntaxTreeConvertersController 2016-05-02 11:26:17 +03:00
_Presentations/2015 New Features Исправления конфликтов в грамматике :: 2016-04-03 22:04:35 +03:00
bin function operator*(p: procedure; n: integer): procedure; extensionmethod; 2017-02-18 19:27:00 +03:00
CodeCompletion bug fix #360 2017-03-02 20:27:17 +01:00
Compiler bug fix #349 2017-02-19 21:20:56 +01:00
CompilerTools change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
Configuration bug fix #347 2017-02-19 14:29:24 +01:00
Debugger.Core при сравнении на совпадение строки следующей операции, добавлена проверка на совпадение исходного файла. 2015-10-23 17:59:34 +10:00
doc copyright 2005-2017 2017-02-11 18:41:31 +01:00
Errors Перенёс SyntaxVisitors в папку первого уровня 2016-07-18 13:04:50 +03:00
Grammars удалены старые парсеры на базе GoldParser 2016-01-07 22:01:36 +01:00
ICSharpCode.TextEditor added license info 2015-06-02 21:52:35 +02:00
InstallerSamples Console compiler добавил dll 2017-02-04 20:02:07 +03:00
Libraries added license files for third-party libraries 2015-05-31 10:15:07 +02:00
Localization bug fix #347 2017-02-19 14:29:24 +01:00
NETGenerator bug fix 2017-02-28 21:28:33 +01:00
OptimizedAssemblies MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
Optimizer bug fix #347 2017-02-19 14:29:24 +01:00
pabcnetc bug fix #347 2017-02-19 14:29:24 +01:00
pabcnetc_clear bug fix #347 2017-02-19 14:29:24 +01:00
Parsers bug fix #347 2017-02-19 14:29:24 +01:00
ParserTools bug fix #344 2017-02-19 10:58:42 +01:00
PluginsSupport Checking for updates 2016-09-16 21:14:49 +02:00
Release MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
ReleaseGenerators #343 bug fix 2017-02-18 00:19:27 +03:00
SemanticTree change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
SyntaxTree Add syntax nodes info in xml 2017-02-18 12:36:53 +03:00
SyntaxTreeConverters bug fix #347 2017-02-19 14:29:24 +01:00
SyntaxVisitors bug fix #347 2017-02-19 14:29:24 +01:00
TestSuite intellisense: type inference for delegates 2017-02-19 14:55:34 +01:00
TreeConverter bug fix #360 2017-03-02 20:27:17 +01:00
Utils Add XML serialization support for syntax generator 2017-02-18 12:20:03 +03:00
VisualPascalABCNET text editor: force replace tabs to spaces 2017-02-28 20:59:35 +01:00
VisualPlugins bug fix #347 2017-02-19 14:29:24 +01:00
WeifenLuo initial commit 2015-05-14 21:35:07 +02:00
Yield Изменения в расположении файлов визиторов, чистка проекта от ненужных references, проект YieldConversionSyntax уже не нужен - все его визиторы подключаются явно в StandardSyntaxConverter.cs, ObjectCopier перенесен в подпапку 2017-01-12 15:42:16 +03:00
Перевод сайта initial commit 2015-05-14 21:35:07 +02:00
_Clean.bat Перешли на Roslyn-компилятор 2016-05-25 22:24:11 +03:00
_GenerateAllSetups.bat Checking for updates 2016-09-16 21:14:49 +02:00
_ReBuildDebug.bat Перешли на Roslyn-компилятор 2016-05-25 22:24:11 +03:00
_ReBuildRelease.bat Перешли на Roslyn-компилятор 2016-05-25 22:24:11 +03:00
_RebuildReleaseAndBuildUnits.bat add _RebuildReleaseAndBuildUnits.bat 2016-08-01 20:57:38 +02:00
_RebuildReleaseAndRunTests.bat Перешли на Roslyn-компилятор 2016-05-25 22:24:11 +03:00
_RebuildReleaseAndRunTests.sh sudo gacutil in _RebuildReleaseAndRunTests.sh 2016-04-03 14:54:55 +02:00
pabcnetc.sln add projects to pabcnetc.sln 2016-09-16 18:50:01 +02:00
PascalABCNET.axml bug fix #360 2017-03-02 20:27:17 +01:00
PascalABCNET.sln Перенес StandardSyntaxConverter.cs в проект SyntaxTreeConverters.csproj 2017-01-30 10:19:35 +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 2016-04-03 14:58:20 +02:00

Building PascalABC.NET in Windows

_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 2015.

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

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

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

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

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

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

Сборка проекта в 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