On Wednesday, 13 December 2017 12:35:17 UTC, erfang...@gmail.com wrote:
>
> i am not tell interpreter.
>

I'm not sure if you mean interpreter here in the context of interpreted 
language, or interpreter, someone  who translates between human languages.
 

> i am tell compiler for generate a cross executable file.
> may be show me a *tutorial*/video or a sample small compiler Using C 
> Without Assembly?
>

Right, so this isn't about Go specifically.
This seems to be about how a program on one system can build a program on 
another. The answer to that question is exactly the same as how a compiler 
takes text and produces ASM to run on itself.
There are tons of videos on youtube about this. Just search Compiler 
theory. Or if you prefer the breakthrough for me was understanding ASTs 
(Abstract Syntax Trees)

Assuming that is what you don't understand.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to