A compiler for BASIC programming language.
On Oct 26, 2019, at 8:55 AM, Anca Emanuel <anca.e...@gmail.com> wrote:
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/cba97461-cf16-4273-8336-cc26e236aa0a%40googlegroups.com.
Yes. I generates C code from a basic program and you compile the C.
On Oct 26, 2019, at 8:55 AM, Anca Emanuel <anca....@gmail.com> wrote:
Please explain how it works.--Do you get executables from basic programs ?
On Saturday, October 26, 2019 at 4:40:43 PM UTC+3, JuciÊ Andrade wrote:Hi, Anca.The compiler proper doesn't use C code, generated code does, it has references to some support functions.Those support functions are declared in basiclib.h and defined in basiclib.c .
On Saturday, October 26, 2019 at 10:32:24 AM UTC-3, Anca Emanuel wrote:Why do you need C in the source code ?
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 golan...@googlegroups.com.
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/c9946e3b-0648-4260-b1bc-811ec9179f5d%40googlegroups.com.