summaryrefslogtreecommitdiff
path: root/avx512-0037785/utils/pas2js/pas2jslib.pp
blob: 0657b571dbbcccc430c89f8d05407925a87a7b7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
library pas2jslib;

{$mode objfpc}
{$H+}

uses
  SysUtils, Classes, FPPJsSrcMap, Pas2jsFileCache, Pas2jsCompiler, Pas2jsLibCompiler;


exports
  GetPas2JSCompiler,
  FreePas2JSCompiler,
  RunPas2JSCompiler,
  SetPas2JSReadPasCallBack,
  SetPas2JSWriteJSCallBack,
  SetPas2JSReadDirCallBack,
  AddPas2JSDirectoryEntry,
  SetPas2JSUnitAliasCallBack,
  SetPas2JSCompilerLogCallBack,
  GetPas2JSCompilerLastError,
  SetPas2JSLogEncoding;

end.