unit JvPascalInterpreterReg;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
procedure Register;
implementation
{$R ..\..\resource\jvpascalinterpreterreg.res}
JvDsgnConsts, JvInterpreter;
begin
RegisterComponents(RsPaletteJvclNonVisual, [TJvInterpreterProgram]); //, TJvInterpreterFm]);
end;
end.