A programming language is prepared for SourceSpace Studio coding.
- Use
make
ormingw32-make
to make file. - The compiler is in
./UCM/build/
and calledquec
, the VM is in.UVM/build/
and calledque
. - I advise seting environment variable then use
quec (proName)
to run compiler and useque (proByteCodeName)
to run VM.
- There is a unique code file is called
pro1.que
in./testbench/test1
. quec ./testbench/test1/pro1.1ue
to compile.que pro1
to execute unique byte code.
- 中文简体
- Please contact us if you want to supporting more language.
- Add me QQ : 3572113478
- Send e-mail to [email protected]