X
Xavier Noria
Normally you see source filters explained as modules that intercept
source code before it's feed to the tokener. Nevertheless ByteLoader
looks like something that would load somehow the bytecodes directly
into the interpreter, bypassing any parsing. Is that guess right? If it
is, how can the module bypass the parser?
-- fxn
source code before it's feed to the tokener. Nevertheless ByteLoader
looks like something that would load somehow the bytecodes directly
into the interpreter, bypassing any parsing. Is that guess right? If it
is, how can the module bypass the parser?
-- fxn