форк PascalABC с синонимами русских ключевых слов
Find a file
2016-05-21 14:46:52 +03:00
_ParsePABC1 SyntaxTreeConvertersController 2016-05-02 11:26:17 +03:00
_Presentations/2015 New Features
bin bug fix #161 2016-05-21 14:46:52 +03:00
CodeCompletion r.ToString(2) в PABCSystem 2016-05-08 21:27:29 +03:00
Compiler bug fix #95, #155 2016-05-16 20:45:03 +02:00
CompilerTools
Configuration bug fix #161 2016-05-21 14:46:52 +03:00
Debugger.Core
doc
Errors
Grammars
ICSharpCode.TextEditor
InstallerSamples
Libraries
Localization [Serializable] public class SourceContext 2016-05-06 22:59:54 +03:00
NETGenerator bug fix #95, #155 2016-05-16 20:45:03 +02:00
OptimizedAssemblies
Optimizer
pabcnetc
pabcnetc_clear
Parsers
ParserTools new intellisense tests 2016-05-06 14:29:47 +02:00
PluginsSupport remove unused and commented code 2016-05-01 12:48:34 +02:00
Release
ReleaseGenerators bug fix #161 2016-05-21 14:46:52 +03:00
SemanticTree
SyntaxTree Yield tree conversion projects added 2016-05-19 02:14:06 +03:00
SyntaxTreeConverters [Serializable] public class SourceContext 2016-05-06 22:59:54 +03:00
TestSuite bug fix #161 2016-05-21 14:46:52 +03:00
TreeConverter bug fix #161 2016-05-21 14:46:52 +03:00
Utils
VisualPascalABCNET bug fix #161 2016-05-21 14:46:52 +03:00
VisualPlugins intellisense tests in test suite 2016-05-06 13:56:19 +02:00
WeifenLuo
Yield Пока отключил обработку yield в program_node 2016-05-19 21:33:36 +03:00
Перевод сайта
_Clean.bat
_GenerateAllSetups.bat
_ReBuildDebug.bat
_ReBuildRelease.bat
_RebuildReleaseAndRunTests.bat Yield tree conversion projects added 2016-05-19 02:14:06 +03:00
_RebuildReleaseAndRunTests.sh
pabcnetc.sln
PascalABCNET.axml bug fix #161 2016-05-21 14:46:52 +03:00
PascalABCNET.sln Пока отключил обработку yield в program_node 2016-05-19 21:33:36 +03:00
PascalABCNET.xml
README.md

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