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'
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: