mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-03-26 02:50:29 +00:00
Add single file runtime binaries
This commit is contained in:
@@ -2615,5 +2615,15 @@ class GC {
|
||||
Tesses::Framework::Filesystem::VFSPath SystemToVFSPath(std::string path);
|
||||
};
|
||||
|
||||
|
||||
namespace Programs {
|
||||
int64_t CrossArchiveCreate(std::vector<std::string>& argv);
|
||||
int64_t CrossArchiveExtract(std::vector<std::string>& argv);
|
||||
TObject CrossLangInterperter(GCList& ls,TRootEnvironment* env,std::vector<std::string>& argv);
|
||||
TObject CrossLangShell(GCList& ls, std::vector<std::string>& argv);
|
||||
|
||||
TObject CrossLangVM(GCList& ls,TRootEnvironment* env, std::vector<std::string>& argv);
|
||||
|
||||
void CrossLangDump(std::shared_ptr<Tesses::Framework::Streams::Stream> strm);
|
||||
void CrossLangCompiler(std::vector<std::string>& argv);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user