Token Parsing?

Does anyone know if it would be possible to parse tokens in Codea without compiling to XCode and manually editing the Lua build files? I am trying to do parsing, but currently the only way I can think to do it is through the string library and using the loadstring() method, which can when used repeatedly, or even for larger files experience significant performance drops. Any suggestions would be greatly appreciated!