so Main compiler is at previous version and made with C?
$ GOOS=linux GOARCH=ppc64 ./bootstrap.bash
so Main compiler is at previous version and made with C?
On Wednesday, December 13, 2017 at 1:09:13 AM UTC+3:30, Tamás Gulácsi wrote:Yes. It compiles itself with a previous verson of the compiler first.
--
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...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
so go compiler is made with c.so go compiler how work :--------------so in current golang version , golang generate c code and compile with c-compiler?
On Wednesday, December 13, 2017 at 1:49:07 AM UTC+3:30, Shawn Milochik wrote:
On Tue, Dec 12, 2017 at 4:48 PM, <erfang...@gmail.com> wrote:so Main compiler is at previous version and made with C?
--
i want research about gocompiler and want recompile main go-compiler in gnu/linux operation system.(ubuntu/arch)
not recompile golang.
--
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+unsubscribe@googlegroups.com.
-j
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts...@googlegroups.com.
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?
How can write a compiler Using C as test.exe then can use from test.exe compiler any where... so can write a input file like hello world application and generate executable file using test.exe.
you are tell then generate a ASM code?! this may be hard And waste of time.At the top of the conversation, it was said that only the C language could write compiler without any tools/another compiler.so why now tell ASM?!
How can write a compiler Using C as test.exe then can use from test.exe compiler any where... so can write a input file like hello world application and generate executable file using test.exe.undrestand?
--
Hello,Go Compiler How Work at Last Version of GoLang?!i mean Go Compiler , Not GoLang.at the last version of golang. go compiler , generate c code and compile using gcc?!
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
Tanks you.==> The technique of generating an object file directly from the compiler Without Generate ASM Code does not have a name.+ May be show me a sample/source/tutorial of generate object file Using C?!