Skip to content

tudelft-pl/cs4200-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages