- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Compiler handling of sourcetext
Fri, 2011-09-09, 18:46
Are there elements in the scala syntax that allows for unsafe behaviour (like accessing file structure, annotations or scaladoc) during compilation? I'm asking because I rely on the compiler to generate code from small fragments of code, but because it cannot run in a sandboxed environment it would be nice to have some degree of confidence about the compilation process.