add avm2 exception handler support to assembler
[swf2.git] / README
blob8308b08e55b9717d8b384d4df7cabe66b8466936
1 Proof of concept lisp->avm2 bytecode compiler\r
2 \r
3 installation:\r
4   tell ASDF about the .asd files in the subdirs, then load avm2-lib.asd\r
5   (which should load the asm and compiler .asd automatically)\r
6 \r
7   compile and load file/write.lisp\r
8 \r
9 usage:\r
10   look at test/roots.lisp and test/test.lisp for examples\r
11   compiling either of those files should generate a working .swf file\r
12   in /tmp/ (change the path in the WITH-OPEN-FILE to change destination)\r