Dan Cook
unread,Nov 12, 2009, 9:37:06 PM11/12/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Antidisassemblage
Version 0.07 alpha does a TON to ensure valid code and put it all
together -- I cannot spell this out enough. The next step will be
getting to to spit out assembly code.
If anybody is familiar with C or C++, it would be a BIG help to me if
you can submit some test code to the program to see if there are any
bugs I missed. The differences between this and C++ are FEW, and you
can even work with nested classes and single inheritance.
The program runs from the command line followed by the name of the
file to compile. (Sorry, it needs to be compiled with a Java compiler
because I only have the source for now!) Before the file name, you
may put "-o" for it to spell out the code that it understood (in it's
own format) and "-q" to repress all error messages (without the
quotes). It will give you error messages with line numbers and source
files.
For the most part, you will find the minor differences between this
and C++ by the error messages it gives you, but you can also read what
they are in the initial comment of the Opia.java file.
Thanks a bunch for being part of the group!
- Dan Cook