форк PascalABC с синонимами русских ключевых слов
Find a file
2015-12-02 21:05:18 +01:00
_ParsePABC1 ttt 2015-08-26 13:48:16 +03:00
_Presentations/2015 New Features PT4 изменения 2015-11-21 22:47:40 +03:00
bin PT4 with a.Write 2015-11-30 23:16:15 +03:00
CodeCompletion bug fix: invalid formatting of keyword "extensionmethod" 2015-12-02 20:56:50 +01:00
Compiler bug fix 2015-11-30 20:46:00 +01:00
CompilerTools added license info in source files 2015-06-01 21:15:17 +02:00
Configuration PT4 with a.Write 2015-11-30 23:16:15 +03:00
Debugger.Core при сравнении на совпадение строки следующей операции, добавлена проверка на совпадение исходного файла. 2015-10-23 17:59:34 +10:00
doc Лицензии доделанные и включенные в инсталлят 2015-07-06 09:03:18 +03:00
Errors ... 2015-09-10 20:58:53 +02:00
Grammars removed pnet grammar 2015-07-19 11:57:25 +02:00
ICSharpCode.TextEditor added license info 2015-06-02 21:52:35 +02:00
InstallerSamples Поправил примеры 2015-07-22 22:34:46 +03:00
Libraries added license files for third-party libraries 2015-05-31 10:15:07 +02:00
Localization Обновление 2015-10-21 00:14:32 +03:00
NETGenerator bug fix issue #13 2015-12-01 20:44:23 +01:00
OptimizedAssemblies MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
Optimizer enum type as array indexer 2015-11-08 13:39:39 +01:00
pabcnetc set debug mode as default in console compiler 2015-10-09 16:35:14 +02:00
pabcnetc_clear set debug mode as default in console compiler 2015-10-09 16:35:14 +02:00
Parsers добавленна возможность отладки в *.inc файлах 2015-10-24 12:32:03 +10:00
ParserTools bug fix issue #13 2015-12-01 20:44:23 +01:00
PluginsSupport Методы расширения не конфликтуют больше со статическими методами 2015-10-20 21:19:54 +02:00
Release MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
ReleaseGenerators PT4 with a.Write 2015-11-30 23:16:15 +03:00
SemanticTree fix .csproj for mono xbuild (case problem) 2015-09-10 20:53:39 +02:00
SyntaxTree extensionmethod 2015-10-10 21:37:34 +03:00
TestSamples extensionmethod in units 2015-10-24 20:18:49 +02:00
TestSuite add arithm10.pas to test suite 2015-12-02 21:05:18 +01:00
TreeConverter bug fix: 2015-11-23 21:18:55 +01:00
Utils bug fix: function ReadFileToEnd and Utils 2015-10-08 20:42:13 +10:00
VisualPascalABCNET Rename Fix 2015-11-16 21:08:37 +03:00
VisualPlugins Fix: унарный минус с типом single 2015-11-24 14:52:18 +03:00
WeifenLuo initial commit 2015-05-14 21:35:07 +02:00
Перевод сайта initial commit 2015-05-14 21:35:07 +02:00
_BuildDebug.bat initial commit 2015-05-14 21:35:07 +02:00
_Clean.bat ... 2015-08-29 22:20:07 +02:00
_GenerateAllSetups.bat ryujit enabled. bug fix in installer script 2015-08-20 14:45:13 +02:00
_GenerateSetup.bat initial commit 2015-05-14 21:35:07 +02:00
_ReBuildDebug.bat initial commit 2015-05-14 21:35:07 +02:00
_ReBuildRelease.bat initial commit 2015-05-14 21:35:07 +02:00
pabcnetc.sln added solution file for console compiler 2015-09-10 21:10:34 +02:00
PascalABCNET.sln T->T 2015-05-17 21:15:48 +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 2015-10-20 21:26:03 +02:00

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

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

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

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

$ sudo apt-get install mono-complete
$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ MONO_IOMAP=case xbuild pabcnetc.sln

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

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

$ git clone https://github.com/pascalabcnet/pascalabcnet
$ cd pascalabcnet
$ MONO_IOMAP=case xbuild pabcnetc.sln

Запуск

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

Тесты

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