Path: csiph.com!weretis.net!feeder6.news.weretis.net!news.misty.com!news.iecc.com!.POSTED.news.iecc.com!nerds-end From: Ivan Espinosa Newsgroups: comp.compilers Subject: Implementing built-in functions with LLVM, help needed Date: Mon, 3 Oct 2022 15:13:04 -0700 (PDT) Organization: Compilers Central Lines: 14 Sender: news@iecc.com Approved: comp.compilers@iecc.com Message-ID: <22-10-019@comp.compilers> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" 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 X-submission-address: compilers@iecc.com X-moderator-address: compilers-request@iecc.com X-FAQ-and-archives: http://compilers.iecc.com Xref: csiph.com comp.compilers:3190 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