add some more info from tamarin opcode list, mark missing opcodes #s
[swf2.git] / compile / avm2-compile.asd
blob1f85d7ac8be7fcb5f57242d5ce3ec30773935bb3
2 (asdf:defsystem :avm2-compile
3            :depends-on ("avm2-asm")
4            :components ((:file "package")
5                         (:file "compiler-context")
6                         (:file "compiler")
7                         (:file "special-forms")
8                         (:file "macro")
9                         (:file "defun")
10                         (:file "swfclass")
11                         (:file "low-level")
12                         (:file "math-ops")
13                         (:file "ffi")
14                         )
15            :serial t)