Essays about: "Parser Generator"

Showing result 1 - 5 of 12 essays containing the words Parser Generator.

  1. 1. The Hopper language- A Haskell-like language on the Erlang VM

    University essay from Göteborgs universitet/Institutionen för data- och informationsteknik

    Author : William Hughes; Jacob Jarmar; Johan Larsson; David Lindbom; Björn Norgren; Johan Wikström Schützer; [2015-06-25]
    Keywords : ;

    Abstract : The following report aims to give insight into the design and implementation of a statically typed functional language for the Erlang virtual machine, discussing how such an implementation may be approached and whether it appears to be feasible. The primary goal of the project was to design a grammar specification and implement a compiler for such a language. READ MORE

  2. 2. Re-configurable hardware programming in a protocol processor unit

    University essay from KTH/Skolan för informations- och kommunikationsteknik (ICT)

    Author : Sunil Kallur Ramegowda; [2015]
    Keywords : ;

    Abstract : Reconfigurable hardware architectures have been a research topic for many years. Programming such architectures requires manual low level coding or the design of custom compilers to generate the required configuration data for the architecture. In general, a protocol processor processes the packets according to the protocol. READ MORE

  3. 3. Developing an SBVR grammar with content assist support for validation of business rules

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Conny Andersson; [2015]
    Keywords : ;

    Abstract : This report describes the process of developing a dynamic grammar for validation of business rules that follow the SBVR (Semantics of Business Vocabulary and Rules) standard. The SBVR rules provide a high-level approach to structure the logic of a business or organisation. READ MORE

  4. 4. Type Inferencing and MATLAB to Modelica Translation

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

    Author : Jahanzeb Mohammad; [2014]
    Keywords : Type Inferencing and MATLAB to Modelica Translation;

    Abstract : Matlab is a proprietary, interactive, dynamically-typed language for technical computing. It is widely used for prototyping algorithms and applications of scientific computations. Since it is a dynamically typed language, the execution of programs has to be analyzed and interpreted which results in lower computational performance. READ MORE

  5. 5. A Comparison Between Packrat Parsing and Conventional Shift-Reduce Parsing on Real-World Grammars and Inputs

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Daniel Flodin; [2014]
    Keywords : ;

    Abstract : Packrat parsing is a top-down, recursive descent parsing technique that uses backtracking and has a guaranteed linear parse time. Conventional backtracking parsers suffer from exponential parse times in the worst case due to re-evaluating redundant results. This is avoided in packrat parsers with the use of memoization. READ MORE