SEMar 24, 2024
LLMs as Compiler for Arabic Programming LanguageSerry Sibaee, Omar Najar, Lahouri Ghouti et al.
In this paper we introduce APL (Arabic Programming Language) that uses Large language models (LLM) as semi-compiler to covert Arabic text code to python code then run the code. Designing a full pipeline from the structure of the APL text then a prompt (using prompt engineering) then running the prodcued python code using PyRunner. This project has a three parts first python library, a playground with simple interface and this research paper.