Skip to content

SetLab is a programming language created for efficient set operations.

Notifications You must be signed in to change notification settings

zeynepCankara/SetLab

Repository files navigation

CS315 SetLab

Project Description 🏁

  • SetLab is a programming language created for efficient set operations.
  • The programming language created as the final project of the Bilkent University CS315 programming languages course.

Content

  • cs315_group17.lex.l: Lex specification, Lexical Analyzer to tokenize the input.
  • cs315_group17.yacc.y: Yacc specification, Parser to check acceptance of the input.
  • cs315_group17.test.txt: Test SetLab program file.
  • Makefile: Running SetLab test file to check whether test file represents a valid program in SetLab.
  • cs315_group17_report.pdf: Report explaining the tokens and complete BNF description of the SetLab language.

SetLab contains following language elements 📝

  1. main program statements (beginning of the execution),
  2. declarations (variables, constants etc.),
  3. assignment statement,
  4. Conditional (selection) statements,
  5. Loop Statements,
  6. Input (from a file or keyboard) and output (to a file or console) statements,
  7. function definition and function call statements.

Team Members

  • Zeynep Cankara
  • Tolga Çatalpınar
  • Naci Dalkıran
Grade
  • 98/100 ⭐

About

SetLab is a programming language created for efficient set operations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published