mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-15 06:12:44 -06:00
25 lines
286 B
Text
25 lines
286 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,
|
|
Copying-plain,
|
|
Authors;
|
|
|
|
mainconfig
|
|
"" = "";
|
|
|