форк PascalABC с синонимами русских ключевых слов
Find a file
2015-09-10 21:42:20 +02:00
_ParsePABC1 ttt 2015-08-26 13:48:16 +03:00
_Presentations/2015 New Features 1 2015-09-06 18:46:31 +03:00
bin added Microsoft.Dynamic.dll and Microsoft.Scripting.dll (for IronPython) 2015-09-10 21:32:20 +02:00
CodeCompletion bug fix formatting of new class(a,b) 2015-08-14 17:45:34 +02:00
Compiler added Microsoft.Dynamic.dll and Microsoft.Scripting.dll (for IronPython) 2015-09-10 21:32:20 +02:00
CompilerTools added license info in source files 2015-06-01 21:15:17 +02:00
Configuration 1 2015-09-06 18:46:31 +03:00
Debugger.Core added license files for third-party libraries 2015-05-31 10:15:07 +02: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-06-27 18:33:50 +02:00
NETGenerator bug fix for .NET 4.6: exit in except block caused runtime error 2015-07-26 17:18:27 +02:00
OptimizedAssemblies MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
Optimizer added license info in source files 2015-06-01 21:15:17 +02:00
pabcnetc ryujit enabled. bug fix in installer script 2015-08-20 14:45:13 +02:00
pabcnetc_clear ryujit enabled. bug fix in installer script 2015-08-20 14:45:13 +02:00
Parsers Сделан стек контекстов 2015-08-27 21:13:09 +03:00
ParserTools .csproj modified 2015-09-10 21:13:25 +02:00
PluginsSupport added license info 2015-06-02 21:52:35 +02:00
Release MPGORunner and TestRunner modified 2015-05-15 11:35:40 +02:00
ReleaseGenerators 1 2015-09-06 18:46:31 +03:00
SemanticTree fix .csproj for mono xbuild (case problem) 2015-09-10 20:53:39 +02:00
SyntaxTree fix .csproj for mono xbuild (case problem) 2015-09-10 20:53:39 +02:00
TestSamples initial commit 2015-05-14 21:35:07 +02:00
TestSuite Merge branch 'master' of https://github.com/pascalabcnet/pascalabcnet 2015-09-06 18:49:38 +03:00
TreeConverter ... 2015-09-08 20:22:19 +02:00
Utils PT4Tools 4/0 2015-09-02 20:33:27 +03:00
VisualPascalABCNET ryujit enabled. bug fix in installer script 2015-08-20 14:45:13 +02:00
VisualPlugins Исправлены ошибки в InternalErrorReport 2015-08-15 09:44:42 +02: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-09-10 21:42:20 +02:00

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

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

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

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

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

Запуск

  1. $ cd bin
  2. $ mono pabcnetc.exe
  3. или $ mono --debug pabcnetc.exe

Тесты

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