Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 889 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 889 Bytes

CS4200: Compiler Construction Project Template

This repository contains a template which allows students to implement labs for the CS4200 using a text editor or IDE of their own choice. Be aware that this template is provided by the course staff on a best effort basis and that no official support will be given. It is therefore recommended that assignments are done on WebLab instead.

Warning Please do not forget to hand-in all assignments using WebLab, otherwise they cannot and will not be graded.

Dependencies

Usage

  • sbt compile: Separately compile the program.
  • sbt run: runs the main class of the program.
  • sbt test: execute all the tests of the program.
  • sbt testQuick: only execute the tests that failed or did not run before.
  • sbt tasks: an overview of the tasks that can be run.