mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-27 22:03:43 -06:00
23 lines
260 B
Text
23 lines
260 B
Text
description "Esc scripting language interpreter";
|
|
|
|
optimize_speed;
|
|
|
|
uses
|
|
Core;
|
|
|
|
file
|
|
Esc.h,
|
|
EscValue.cpp,
|
|
EscArray.cpp,
|
|
EscMap.cpp,
|
|
Esc.cpp,
|
|
EscRun.cpp,
|
|
EscStdLib.cpp,
|
|
Value.cpp,
|
|
Info readonly separator,
|
|
srcdoc.tpp,
|
|
Copying;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|