pas2js/packages/rtl
2019-07-28 21:07:26 +00:00
..
browserconsole.pas * Escape < > 2019-07-07 18:35:08 +00:00
class2pas.pas * Refactored and improved class2pas 2018-10-06 12:36:34 +00:00
classes.pas * Add ObjectTextToBinary and TParser 2019-07-14 09:56:12 +00:00
contnrs.pas rtl: less hints 2019-03-04 13:52:35 +00:00
dateutils.pas
hotreloadclient.pas
js.pas * Add some overload keywords 2019-06-10 10:59:22 +00:00
libjquery.pas * Fix case in 2 places 2019-06-27 06:23:46 +00:00
math.pas rtl: clean up 2019-02-17 20:49:27 +00:00
nodejs.pas rtl: using const to avoid cloning on calls 2019-02-16 08:20:05 +00:00
objpas.pas
pas2js_rtl.lpk pas2js_rtl: added files 2019-02-18 08:19:50 +00:00
pas2js_rtl.pas rtl: fixed pas2js_rtl.lpk building with -Tbrowser 2018-12-23 13:10:58 +00:00
README.txt
rstranslate.pp * Copyright header added 2019-07-15 13:14:26 +00:00
Rtl.ScriptLoader.pas * Add dynamic unit loader and demo 2019-04-12 20:38:40 +00:00
Rtl.UnitLoader.pas * Add dynamic unit loader and demo 2019-04-12 20:38:40 +00:00
rtlconsts.pas * Switch to resource strings 2019-07-18 16:30:32 +00:00
rtti.pas rtl: made TValue a record, started TRttiType 2019-02-26 08:32:09 +00:00
simplelinkedlist.pas * Needed for classes unit 2019-07-07 18:38:55 +00:00
strutils.pas * Added some missing functions 2019-02-18 12:25:30 +00:00
system.pas * Add MethodName, FieldAddress 2019-07-07 18:35:46 +00:00
sysutils.pas * Fix stringreplace with + char. 2019-03-18 11:29:40 +00:00
timer.pas + Timer component by warleyalex 2018-06-30 16:31:32 +00:00
types.pas * Auto-generate webgl.pas webaudio.pas from .idl files 2018-06-23 13:37:25 +00:00
typinfo.pas rtl: added GetInterfaceProp, SetInterfaceProp 2019-05-22 12:43:39 +00:00
web.pas * Add Label and TextArea elements 2019-07-28 21:07:26 +00:00
webaudio.pas * Auto-generate webgl.pas webaudio.pas from .idl files 2018-06-23 13:37:25 +00:00
webbluetooth.pas rtl: clean up 2019-04-11 10:50:49 +00:00
webgl.pas rtl: clean up 2019-02-26 17:45:43 +00:00
webrouter.pp * Fix detection of push state api 2019-03-09 20:03:01 +00:00
websvg.pas * Websvg generated from web SVG IDL 2019-02-17 16:38:51 +00:00

Basic RTL for pas2js programs.

The files in this directory are part of the Free Pascal pas2js tool.

See the file COPYING.FPC, included in this distribution,
for details about the copyright.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.