форк PascalABC с синонимами русских ключевых слов
Find a file
Бондарев Иван 52a2ab7a2b fix in TestRunner.pas
2015-12-28 19:46:36 +01:00
_ParsePABC1 ttt 2015-08-26 13:48:16 +03:00
_Presentations/2015 New Features Методы расширения для char 2015-12-15 00:37:36 +03:00
bin fix in TestRunner.pas 2015-12-28 19:46:36 +01:00
CodeCompletion bug fix issue #19 2015-12-19 22:59:15 +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 Исправлена Print(s: string) 2015-12-22 00:00:38 +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 Исправлена Print(s: string) 2015-12-22 00:00:38 +03:00
Libraries added license files for third-party libraries 2015-05-31 10:15:07 +02:00
Localization Несущественные изменения в PT4.pas 2015-12-14 00:09:55 +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 Исправлена Print(s: string) 2015-12-22 00:00:38 +03:00
ParserTools bug fix issue #14 2015-12-13 22:17:34 +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 Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2015-12-26 20:47:59 +03:00
SemanticTree fix .csproj for mono xbuild (case problem) 2015-09-10 20:53:39 +02:00
SyntaxTree bug fix in formatter 2015-12-13 19:52:32 +01:00
TestSamples extensionmethod in units 2015-10-24 20:18:49 +02:00
TestSuite bug fix issue #26 2015-12-27 13:24:25 +01:00
TreeConverter bug fix issue #26 2015-12-27 13:24:25 +01:00
Utils bug fix: function ReadFileToEnd and Utils 2015-10-08 20:42:13 +10:00
VisualPascalABCNET Исправлена Print(s: string) 2015-12-22 00:00:38 +03:00
VisualPlugins Change actions for PT4Demo and PT4Results 2015-12-26 11:36:02 +03:00
WeifenLuo
Перевод сайта
_BuildDebug.bat
_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
_ReBuildDebug.bat
_ReBuildRelease.bat
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