форк PascalABC с синонимами русских ключевых слов
Find a file
AlexanderZemlyak 271d5792ce
Documentation (#3211)
* Add Compiler documentation

* Add Intellisense documentation

* Move documentation folder to root directory
2024-10-08 10:00:14 +03:00
.github/workflows Удалил неработающий тест 2024-07-07 00:03:06 +03:00
_NewAppIcons
_ParsePABC1
_Presentations/2015 New Features
bin PT4_32 2024-10-05 15:33:20 +03:00
CodeCompletion Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
CodeExamples
Compiler Merge pull request #3170 from samuraiGH/ForeachResolver-rework 2024-08-12 15:24:11 +02:00
CompilerTools Compiler tiding up, refactoring Keywords class and uniting errors in Errors file (#3179) 2024-07-13 18:44:49 +03:00
Configuration PT4_32 2024-10-05 15:33:20 +03:00
Debugger.Core
doc
documentation Documentation (#3211) 2024-10-08 10:00:14 +03:00
Errors Compiler tiding up, refactoring Keywords class and uniting errors in Errors file (#3179) 2024-07-13 18:44:49 +03:00
Grammars
ICSharpCode.TextEditor
ICSharpCode.TextEditorLinux
InstallerSamples 3.10.0 2024-08-27 17:56:09 +03:00
InteractiveDataDisplay_OneDll
LambdaAnySynToSemConverter New languages engine (#3120) 2024-05-25 12:26:32 +03:00
LanguageIntegrator Compiler tiding up, refactoring Keywords class and uniting errors in Errors file (#3179) 2024-07-13 18:44:49 +03:00
Libraries
Localization Автоклассы - разрешение наследования от классов без полей 2024-09-19 20:28:28 +03:00
NETGenerator #2830 2024-08-13 15:08:44 +02:00
Optimizer
pabcnetc New languages engine (#3120) 2024-05-25 12:26:32 +03:00
pabcnetc_clear New languages engine (#3120) 2024-05-25 12:26:32 +03:00
PABCNetHelp PT4_32 2024-10-05 15:33:20 +03:00
Parsers New directive to disable linking pascal standard modules (#3186) 2024-08-02 10:48:07 +03:00
ParserTools Add constructors to scanner, parser and parserTools (#3185) 2024-07-21 13:36:15 +03:00
PascalABCLanguageInfo Поправил в трех проектах пути к bin 2024-07-02 21:45:28 +03:00
PluginsSupport
PluginsSupportLinux
Release PT4_32 2024-10-05 15:33:20 +03:00
ReleaseGenerators PT4_32 2024-10-05 15:33:20 +03:00
SemanticTree #3097 2024-08-13 13:49:30 +02:00
StringConstants Add new projects in PascalACBNETLinux.sln 2024-09-22 10:23:18 +03:00
SyntaxTree Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
SyntaxTreeConverters Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
SyntaxVisitors Большое изменение в Dictionaries 2024-07-15 13:50:11 +03:00
TestSuite PT4_32 2024-10-05 15:33:20 +03:00
TreeConverter #3197 2024-09-22 17:42:09 +02:00
Utils ProgrammRunner cs - на C# 2024-05-28 16:43:16 +03:00
VisualPascalABCNET 3.9.0.3523 2024-08-06 20:18:57 +03:00
VisualPascalABCNETLinux Add new projects in PascalACBNETLinux.sln 2024-09-22 10:23:18 +03:00
VisualPlugins Правки рейтинга в TeacherPlugin 2024-09-07 23:11:54 +03:00
WeifenLuo
WeifenLuoLinux/WinFormsUI
Yield
YMC
.gitignore Revert pascal language moving to language plugins (#3175) 2024-07-02 16:10:50 +03:00
_BuildDebug.bat
_BuildDebug.sh
_Clean.bat
_GenerateAllSetups.bat
_GenerateLinuxVersion.bat Revert pascal language moving to language plugins (#3175) 2024-07-02 16:10:50 +03:00
_ReBuildDebug.bat
_RebuildDebugAndBuildUnits.bat
_ReBuildRelease.bat
_RebuildRelease.sh Add new projects in PascalACBNETLinux.sln 2024-09-22 10:23:18 +03:00
_RebuildReleaseAndBuildUnits.bat
_RebuildReleaseAndRunTests.bat
_RebuildReleaseAndRunTests.sh Add new projects in PascalACBNETLinux.sln 2024-09-22 10:23:18 +03:00
_RebuildReleaseAndRunTestsForGitHubActions.bat
_RegisterHelixNUnit.bat
_TestGitIgnore.bat
fileslist_install.pas
pabcnetc.sln
PascalABCNET.axml
PascalABCNET.sln Delete DocumentedUnits option and Exclude HelpBuilder project (#3192) 2024-08-02 10:46:40 +03:00
PascalABCNET.xml
PascalABCNET_40.sln Revert pascal language moving to language plugins (#3175) 2024-07-02 16:10:50 +03:00
PascalABCNETLinux.sln Add new projects in PascalACBNETLinux.sln 2024-09-22 10:23:18 +03:00
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 2019.

Building PascalABC.NET in Linux (Ubuntu 22.04)

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

sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt update
sudo apt-get install mono-devel
sudo apt-get install mono-complete
sudo apt-get install mono-roslyn
sudo apt-get install msbuild

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
or $ 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 2019.

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

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

sudo apt install gnupg ca-certificates
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo "deb https://download.mono-project.com/repo/ubuntu stable-focal main" | sudo tee /etc/apt/sources.list.d/mono-official-stable.list
sudo apt 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