At present, AMaCC translates C source into internal bytecode form on which code generator depends for Arm machine code. The argument -s is to generate bytecode from parsing tree. Here is the example:
Branch interpreter provides incomplete interpreter support, which can accepts bytecode. It would be great if we can take the standalone interpreter to validate AMaCC internally.
At present, AMaCC translates C source into internal bytecode form on which code generator depends for Arm machine code. The argument
-s
is to generate bytecode from parsing tree. Here is the example:Branch interpreter provides incomplete interpreter support, which can accepts bytecode. It would be great if we can take the standalone interpreter to validate AMaCC internally.
Reference: Write a C interpreter