Essays about: "Thesis in programming languages"

Showing result 6 - 10 of 155 essays containing the words Thesis in programming languages.

  1. 6. Applicability of GPT models to high-performance compute languages

    University essay from Uppsala universitet/Högenergifysik

    Author : Urlich Icimpaye; [2023]
    Keywords : Data Science; Machine Learning; Artificial Intelligence; Transformers;

    Abstract : This thesis aims to investigate the feasibility of generating code in high-performance computing languages such as C++ with neural networks. This has been investigated by transfer learning publicly available pretrained transformers on C++ code. READ MORE

  2. 7. Content assist in integrated development environments for hardware description languages

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : David Nadjar; [2023]
    Keywords : SystemVerilog; Content assist; Auto-completion; Hardware Development Language HDL ; Sigasi; Eclipse; Ordering; SystemVerilog; Content assist; Automatisk komplettering; Hårdvarubeskrivningsspråk HDL ; Sigasi; Eclipse; Ordning;

    Abstract : Content assist is one of the most powerful features in integrated development environments (IDE). While a lot of research papers exist on content assist for software programming languages (SPL), hardware description languages (HDL) aren’t covered at all. READ MORE

  3. 8. Comparing the Performance of Compiled vs Interpreted RegEx

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Simon Hocker; Andreas Hammarstrand; [2023]
    Keywords : Compilers; Interpreters; Regular languages; RegEx; Performance; Kompilatorer; Tolkare; Regulära språk; RegEx; Prestanda;

    Abstract : The Regular Expression (RegEx) is one of the most important computer science technologies used for searching through text. Used commonly in almost every corner of computer science that is dependent on searching, it is imperative that they are made to be efficient. Usually, RegEx are implemented through the use of a process called interpretation. READ MORE

  4. 9. One Compiler to Rule Them All : Extending the Storm Programming Language Platform with a Java Frontend

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Simon Ahrenstedt; Daniel Huber; [2023]
    Keywords : storm; language technology; context free grammar; regular language; context free language; compiler; action research; EBNF; BNF; intermediate code generation; parser; basic storm; java compiler frontend; syntax language; syntax transformation;

    Abstract : The thesis aims to develop a method for extending the language platform Storm with a Java frontend.The project was conducted using an Action Research methodology and highlights triumphs andchallenges. READ MORE

  5. 10. Problem Solving Using Automatically Generated Code

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Emir Catir; Robin Claesson; [2023]
    Keywords : automatic code generation; code accuracy; natural language processing; GitHub Copilot; CodePal; problem-solving; automatisk kodgenerering; kods träffsäkerhet; språkvetenskap; GitHub Copilot; CodePal; problemlösning;

    Abstract : Usage of natural language processing tools to generate code is increasing together with the advances in artificial intelligence. These tools could improve the efficiency of software development, if the generated code can be shown to be trustworthy enough to solve a given problem. READ MORE