Navigation Menu

Skip to content

dgsgreffenius/Simple-programming-language-incl.-Scanner---Parser

Repository files navigation

CS3071 Programming language compiler

This is the final project for a third year computer science class 'Compiler Design'. Task was to implement our own programming language using the Compiler generator Coco/R. More indept documentation can be seen in Report. The Test.TAS file contains a sample program in the language.

List of requred features

  • Conditional assignmnet statement
  • Constant definitions
  • Relational operations (<, >, !=, etc)
  • String data type
  • For loop
  • 1-d array
  • Character data type
  • do-while statement
  • Runtime checking of array bounds

About

CS3071 final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published