Skip to content
This repository was archived by the owner on Feb 28, 2022. It is now read-only.

nsmonagh/TL13-Compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TL13 Compiler

A command line application used to compile TL13 code into C.

The following errors have been implemented:

  • Wrong variable type (int or bool)

  • Uninitialized variable

  • Undefined variable

  • Divide by zero

Installation and Setup Instructions

Clone this repository. You will need make, bison, flex, and gcc installed on your machine.

Installation for Ubuntu:

sudo apt-get install make bison flex gcc

To Run the Application:

  • Navigate to the cloned repository and run make all.

  • Then to run the compiler type ./tl13_compiler < fibonacci.tl

About

TL13 Compiler into C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published