compiler theory - Is it possible to convert low level languages to high level ones? -


we know compiler can convert high level languages lower ones,like convert c assembly.

but possible other way around?

to point, yes. called decompilers.

http://en.wikipedia.org/wiki/decompiler


Comments

Popular posts from this blog

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -