Essays about: "text compiler"

Showing result 1 - 5 of 9 essays containing the words text compiler.

  1. 1. COVID-19 Literature Compiler : A literature-mining and Data Visualization Tool

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

    Author : Yulian Luo; [2022]
    Keywords : literature-mining; Single Page Application; Graph Database; Litteraturbrytning; Ensidig Applikation; Grafdatabas;

    Abstract : The number of COVID-19 related articles increased explosively with the start of the pandemic. To save time and effort, researchers use literature-mining tools to find articles efficiently. As COVID-19 related research continues developing, it is important for researchers to know the trend of recent studies. READ MORE

  2. 2. Modelling Rust’s Reference Ownership Analysis Declaratively in Datalog

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Amanda Stjerna; [2020]
    Keywords : ;

    Abstract : Rust is a modern systems programming language that offers improved memory safety over traditional languages like C or C++ as well as automatic memory management without introducing garbage collection. In particular, it guarantees that well-typed programs are free from data-races caused by memory-aliasing, use-after-frees, and accesses to deinitialised or uninitialised memory. READ MORE

  3. 3. Priority automation engineering : Evaluating a tool for automatic code generation and configuration of PLC-Applications

    University essay from Linnéuniversitetet/Institutionen för datavetenskap och medieteknik (DM)

    Author : Christofer Nguyen; [2018]
    Keywords : PLC; Structured Text; Industrial Controllers; Beckhoff; TwinCAT; Automation; Automatic Code Generation; Compiler; Visual Studio; API; Evaluation;

    Abstract : This research explores the Automation Interface created by Beckhoff through introducinga compiler solution. Today machine builders have to be able to build machinesor plants in different sizes and provide many variations of the machine orplant types. READ MORE

  4. 4. A Syntax Highlighting and Code Formatting Tool for Extensible Languages

    University essay from Linköpings universitet/Programvara och system

    Author : Filip Strömbäck; [2017]
    Keywords : domain specific languages; extensible languages; syntax highlighting; code formatting; language server;

    Abstract : Domain specific languages are sometimes useful to make it easier to express solutions to problems in a specific domain compared to general purpose programming languages. There are a number of tools available to create such languages, either as separate languages or by extending an existing language. READ MORE

  5. 5. A Template-Based Java Code Generator for OpenModelica and MetaModelica

    University essay from Linköpings universitet/Institutionen för datavetenskap; Linköpings universitet/Tekniska högskolan

    Author : Manokar Munisamy; [2014]
    Keywords : Java Code Generator; Modelica; OpenModelica; Java Runtime System; OpenModelica Complier;

    Abstract : The current OpenModelica Complier (OMC) translates Modelica models into executable Ccodethrough several stages. The Code Generator is the final stage of the compiler whichgenerates target C-code from the optimized sorted equations. Recently, the Code Generator inOMC has been rewritten using the OpenModelica text template language. READ MORE