compiler construction - C# directly to machine language -


i'm looking tool gives me ability write code in c # , compiling binary file can opened , translated directly machine language, mean did not have dependency on framework ..

i heard c # parser, wanted know , whether gives me ability

thank you, oriel.

a parser give parse tree, not machine code.

as far know, there no such compiler. in large because need compile part of bcl use well.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -