mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
20 lines
242 B
Text
20 lines
242 B
Text
description "Esc scripting language interpreter\377";
|
|
|
|
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;
|
|
|