Our company uses own (built in here) scripting language for programming, but they would like to create interpreter that will translate this script codes to Java. This scripting language is quite serious, so it's no small thing.
I've been asked about this task, but it doesn't seem like trivial challenge. Now before I do anything stupid and start writing billions of lines of parsing, what should I know? Where should I start to make this properly?
PS: I want to translate script files to .java sources, not directly to bytecode.