Annual Research Conference of SLIIT CITY UNI [ARCSCU]

Permanent URI for this communityhttps://rda.sliit.lk/handle/123456789/4159

The Annual Research Conference of SLIIT City Uni (ARCSCU), organized by the academic departments of SLIIT City Uni, which provides a dynamic platform for undergraduate and postgraduate researchers, scholars, and professionals to share their work, engage in academic discourse, and foster innovation. With a focus on encouraging student participation, the conference features paper presentations, poster sessions, interactive workshops, and publication of selected research in conference proceedings

https://arcscu.sliitcityuni.lk

Browse

Search Results

Now showing 1 - 1 of 1
  • Thumbnail Image
    PublicationOpen Access
    Implementation of Wyltl: An Imperative Language with a Dual Interpreter – Compiler Architecture
    (SLIIT City UNI, 2025-07-08) Mallawarachchi, D; Jayaweera, Y
    When using a programming language, a common drawback is the prevalence of resource constraints. A lack of resources often results in programs executing faster on high end hardware in comparison to middling or low-end hardware. While a core tenant of programming is optimization, with which entire industries have been built upon, when implementing a programming language, the process becomes significantly more complex. Minute slowdowns in a programming language implementation could very quickly result in major slowdown when executing some code. This paper examines the process of implementing the Wyltl language while balancing the need for performance and resource efficiency provided precious insight and hints towards future optimization, and the unique challenges and opportunities for evolution. Including evaluation of varying parsers, processors and technologies. The evaluation of different parsers and processors was done throughout development with a varied range of programming language optimization techniques being followed as required.