I am looking into the possibility/feasibility/resources for building a cross compiler which takes a procedural or Object Oriented language like C, or Java and compiling it into SQL. I understand that
Sometimes I\'d like to take a peek into the implementation of the JRE classes, which is used to generate the JavaScript code.
I\'m using the standard gcc compiler in math software development with C-language. I don\'t know that much about compilers or compiler options, and I was just wondering, is it possible to make faster
I am trying to write a Python code analyzer, and I am trying to avoid having to parse bare Python text files.I was hoping that once the Python compiler/interpreter parses the code there\'s a way to ge
Usual method of applying mathematics to variables is a * b Is it able to calculate and manipulate two operands like this?
My Qt application depends on Oracle DLLs to start. As it\'s linked statically for the most part (except for these DLLs), I\'d like t开发者_如何转开发o embed the DLLs and the EXE into a launcher that w
I am trying to understand how the php compiler/interpretor works. I tried to download the php source code and tried to understand how it works. I was not able to find proper documentation. WOuld be
I\'m reading an article about different evaluation strategies (I linked article in wiki, but I\'m reading another one not in English). And it says that unlike to call-by-name and call-by-need strategi
I am reading the book Language Implementation Patterns (http://pragprog.com/book/tpdsl/language-implementation-patterns) amongst a few others mixed in to clarify concepts as well as the occasional web
I\'m developing a new language. My initial target was to compile to native x86 for the Windows platform, but now I am in doubt.