-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there C to Forth compiler or research? #76
Comments
On 28/10/2018 at 8:06 AM, "zhoupeng" ***@***.***> wrote:
compiler, papers or report on c to forth?
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
#76
There are such things around. See http://www.mpeforth.com/ for details of
their 'Sock-Puppet' which will handle c-code with the ease you can handle
Forth words. There might also be some papers in the past EuroForth
proceedings <http://www.complang.tuwien.ac.at/anton/euroforth/>.
Regards
Paul E. Bennett IEng MIET
Systems Engineer
Lunar Mission One Ambassador
--
********************************************************************
Paul E. Bennett IEng MIET.....
Forth based HIDECS Consultancy.............
Mob: +44 (0)7811-639972
Tel: Due to relocation - new number TBA. Please use Mobile.
Going Forth Safely ..... EBA. www.electric-boat-association.org.uk..
********************************************************************
|
Thank you very much, it's helplful. I find a report https://github.com/daniRiesgo/C-to-Forth-compiler/blob/master/report.pdf, but unfortunately, it is not written in English. Thanks, |
> There are such things around. See http://www.mpeforth.com/ for
>details of their 'Sock-Puppet' which will handle c-code with the
>ease you can handle Forth words. There might also be some papers
>in the past EuroForth proceedings
><http://www.complang.tuwien.ac.at/anton/euroforth/>.
Thank you Mr Paul very much, it's helplful.
but I think Sock-Puppet give solution on how to call C libary from
Forth, rather than compile C source to Forth directly, if my
understanding wrong pls correct me.
I find a report https://github.com/daniRiesgo/C-to-Forth-
compiler/blob/master/report.pdf, but unfortunately, it is not
written in English.
Yes, the C has to be compiled first, then Sock-Puppet acts like the
linker for the C routines.
The one you found looks like Spanish. I guess some time with a translator
package might yield most of the sense out of it.
Regards
Paul E. Bennett IEng MIET
Systems Engineer
Lunar Mission One Ambassador
--
********************************************************************
Paul E. Bennett IEng MIET.....
Forth based HIDECS Consultancy.............
Mob: +44 (0)7811-639972
Tel: Due to relocation - new number TBA. Please use Mobile.
Going Forth Safely ..... EBA. www.electric-boat-association.org.uk..
********************************************************************
|
It's good, thank you very much. |
You might want to have a look at the ELVM Compiler Infrastructure, even if it looks more like a proof of concept. The (very simple) Forth backend is here. |
Great, thank you very much.
Best,
--
zhoupeng
At 2018-10-29 20:18:19, "Thomas" <notifications@github.com> wrote:
You might want to have a look at the ELVM Compiler Infrastructure, even if it looks more like a proof of concept. The (very simple) Forth backend is here.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
There's a community version from long ago at: |
I'm in retirement on ss in America. I still intend to save for your modern
product Stephan,
…On Thu, Jun 27, 2019 at 5:03 AM spelc ***@***.***> wrote:
There's a community version from long ago at:
https://www.mpeforth.com/resource-links/downloads/
Look for C2Forth.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#76?email_source=notifications&email_token=ABILVRKOBAV4RZNSHLRN2M3P4SF7LA5CNFSM4F7XLPRKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYWUALQ#issuecomment-506282030>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABILVRMDHWRUKLQUQN5URCDP4SF7LANCNFSM4F7XLPRA>
.
|
The code link at |
Is there compiler, papers or reports about c to forth pls?
The text was updated successfully, but these errors were encountered: