Related articles |
---|
Implementing built-in functions with LLVM, help needed ivanmtze96@gmail.com (Ivan Espinosa) (2022-10-03) |
Re: Implementing built-in functions with LLVM, help needed antispam@math.uni.wroc.pl (2022-10-06) |
Implementing built-in functions with LLVM, help needed christopher.f.clark@compiler-resources.com (Christopher F Clark) (2022-10-07) |
Re: Implementing built-in functions with LLVM, help needed DrDiettrich1@netscape.net (Hans-Peter Diettrich) (2022-10-07) |
Re: Implementing built-in functions with LLVM, help needed antispam@math.uni.wroc.pl (2022-10-13) |
From: | Ivan Espinosa <ivanmtze96@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Mon, 3 Oct 2022 15:13:04 -0700 (PDT) |
Organization: | Compilers Central |
Injection-Info: | gal.iecc.com; posting-host="news.iecc.com:2001:470:1f07:1126:0:676f:7373:6970"; logging-data="24315"; mail-complaints-to="abuse@iecc.com" |
Keywords: | LLVM, question |
Posted-Date: | 03 Oct 2022 20:24:44 EDT |
Hello,
I'm currently working on a personal project about a front-end compiler
for some sort of the old Pascal version to produce LLVM code. I'm kind
of new to this amazing topic, and I would like to know how should I
implement functions like writeln, read, etc. It would be very useful
if somebody could help me with this giving some ideas or resources so
I can work in that.
Thank you all!
Gerardo Espinosa
PD: Here is the link to my project code
https://github.com/IvanMtze/JAPC
Return to the
comp.compilers page.
Search the
comp.compilers archives again.