This commit is contained in:
miks1965 2018-09-20 23:25:31 +03:00
parent 64d173f3bd
commit 55d22cef0f
8 changed files with 1944 additions and 1949 deletions

View file

@ -15,7 +15,7 @@ internal static class RevisionClass
public const string Major = "3";
public const string Minor = "4";
public const string Build = "2";
public const string Revision = "1792";
public const string Revision = "1795";
public const string MainVersion = Major + "." + Minor;
public const string FullVersion = Major + "." + Minor + "." + Build + "." + Revision;

View file

@ -1,4 +1,4 @@
%MINOR%=4
%REVISION%=1792
%COREVERSION%=2
%REVISION%=1795
%MINOR%=4
%MAJOR%=3

Binary file not shown.

View file

@ -1,9 +1,9 @@
//
// This CSharp output file generated by Gardens Point LEX
// Version: 1.1.3.301
// Machine: IVAN-PC
// DateTime: 19.09.2018 20:47:35
// UserName: Ivan
// Machine: DESKTOP-A6LT9RI
// DateTime: 20.09.2018 22:04:40
// UserName: ?????????
// GPLEX input file <ABCPascal.lex>
// GPLEX frame file <embedded resource>
//

View file

@ -1455,10 +1455,10 @@ proc_type_decl
{
$$ = new procedure_header($2 as formal_parameters,null,null,false,false,null,null,@$);
}
| tkFunction fp_list
/* | tkFunction fp_list
{
$$ = new function_header($2 as formal_parameters, null, null, null, null, @$);
}
}*/
| tkFunction fp_list tkColon fptype
{
$$ = new function_header($2 as formal_parameters, null, null, null, $4 as type_definition, @$);

File diff suppressed because it is too large Load diff

View file

@ -215,5 +215,6 @@ script=

View file

@ -1 +1 @@
!define VERSION '3.4.2.1792'
!define VERSION '3.4.2.1795'