PlayScriptRedux / playscript

PlayScript is an ActionScript compatible compiler and Flash compatible runtime that runs in the Mono/.NET environment
Other
17 stars 9 forks source link

play-tester.exe - Convert com.adobe.test.Assert compiling to an .il file to match the way Mono does it #35

Open sushihangover opened 9 years ago

sushihangover commented 9 years ago

compiler-tester.exe can take an .il file and assemble it to a dll using ilasm.exe. This might be the way we should do the com.adobe.test Assert library as compiling it on the fly using the compiler we just built might expose problems related to compiling the library vs the actual test code.

Example from the compiler-tester.exe run:

Operation completed successfully
MONO_PATH="./../class/lib/net_4_5:$MONO_PATH" /Users/administrator/code/playscript/playscriptredux/playscript/runtime/mono-wrapper  ./../class/lib/net_4_5/ilasm.exe /dll /out:test-com-03-lib.dll test-com-03-lib.il
Assembling 'test-com-03-lib.il' , no listing file, to dll --> 'test-com-03-lib.dll'