Essays about: "MetaModelica"

Showing result 1 - 5 of 6 essays containing the word MetaModelica.

  1. 1. An LLVM backend for the Open Modelica Compiler

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

    Author : John Tinnerholm; [2019]
    Keywords : LLVM; Compiler construction; OpenModelica;

    Abstract : This thesis presents the construction and evaluation of an LLVM based codegenerator, an LLVM backend. The introduction of an LLVM based backend into the OpenModelica compiler was done to examine the advantages and disadvantages of compiling Modelica and MetaModelica to LLVM IR instead of C. READ MORE

  2. 2. 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

  3. 3. Extended Metamodelica Based Integrated Copiler Generator

    University essay from PELAB - Laboratoriet för programmeringsomgivningar; Tekniska högskolan

    Author : Arunkumar Palanisamy; [2012]
    Keywords : OMCCp; MetaModelica; Modelica; Parser Generator; flex; bison;

    Abstract : OMCCp is a new generation (not yet released) of the OpenModelica Compiler-Compiler parser generator which contains an LALR parser generator implemented in the MetaModelica language with parsing tables generated by the tools Flex and GNU Bison. It also contains very good error handling and is integrated with the MetaModelica semantics specification language. READ MORE

  4. 4. OMCCp : A MetaModelica Based Parser Generator Applied to Modelica

    University essay from PELAB - Laboratoriet för programmeringsomgivningar

    Author : Edgar Alonso Lopez-Rojas; [2011]
    Keywords : Compiler; Parser; Lexer; Modelica; MetaModelica; OpenModelica; Simulation; LALR; Flex; Bison; Parser Generator; OMCC; OMCCp;

    Abstract : The OpenModelica Compiler-Compiler parser generator (OMCCp) is an LALR(1) parser generator implemented in the MetaModelica language with parsing tables generated by the tools Flex and GNU Bison. The code generated for the parser is in MetaModelica 2. READ MORE

  5. 5. Bidirectional External Function Interface Between Modelica/MetaModelica and Java

    University essay from Institutionen för datavetenskap

    Author : Martin Sjölund; [2009]
    Keywords : Java; OpenModelica; MetaModelica; external function; abstract syntax; template language;

    Abstract : A complete Java interface to OpenModelica has been created, supporting both standard Modelica and the metamodeling extensions in MetaModelica. It is bidirectional, and capable of passing both standard Modelica data types, as well as abstract syntax trees and list structures to and from Java and process them in either Java or the OpenModelica Compiler. READ MORE