форк PascalABC с синонимами русских ключевых слов
Find a file
2015-12-29 13:32:45 +01:00
_ParsePABC1
_Presentations/2015 New Features change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
bin Merge pull request #29 from ulysses4ever/master 2015-12-28 20:24:30 +01:00
CodeCompletion
Compiler change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
CompilerTools change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
Configuration
Debugger.Core
doc
Errors
Grammars change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
ICSharpCode.TextEditor
InstallerSamples change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
Libraries
Localization change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
NETGenerator change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
OptimizedAssemblies
Optimizer change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
pabcnetc bug fix issue #30 2015-12-29 13:30:02 +01:00
pabcnetc_clear bug fix issue #30 2015-12-29 13:30:02 +01:00
Parsers change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
ParserTools bug fix issue #30 2015-12-29 13:30:02 +01:00
PluginsSupport
Release
ReleaseGenerators change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
SemanticTree change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
SyntaxTree change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
TestSamples change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
TestSuite bug fix issue #30 2015-12-29 13:30:02 +01:00
TreeConverter change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
Utils change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
VisualPascalABCNET bug fix issue #30 2015-12-29 13:30:02 +01:00
VisualPlugins change encoding for all *.pas and *.cs files: cp1251 -> utf-8 2015-12-28 14:25:15 +03:00
WeifenLuo
Перевод сайта
_BuildDebug.bat
_Clean.bat
_GenerateAllSetups.bat
_ReBuildDebug.bat
_ReBuildRelease.bat
_RebuildReleaseAndRunTests.bat _RebuildReleaseAndRunTests.bat added 2015-12-29 13:32:45 +01:00
pabcnetc.sln
PascalABCNET.sln
PascalABCNET.xml
README.md

Сборка проекта в 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