Skip to content

Języki Formalne i Techniki Translacji, WPPT 2016/17

Notifications You must be signed in to change notification settings

mregulski/ppt-5-jftt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Formal Languages and Translation Techniques

Wrocław University of Science and Technology, Faculty of Fundamental Problems of Technology, 2016/2017

Class by Maciej Gębala, Ph. D. - course webiste 🇵🇱

Contents

  • 1/, calc/, flexex/ - excercises
  • compiler/ - final project

Compiler

The task was to create a compiler for a small imperative language, targetting a specific virtual machine's assembly language. Emphasis was laid on the speed of the produced code - it was also the basis for grading the project.

Quick facts

  • written in C/C++
  • lexical analyzer created with flex
  • parser built with bison
  • placed #7 out of ~100 based on output's speed.

About

Języki Formalne i Techniki Translacji, WPPT 2016/17

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published