Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 634 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 634 Bytes

Introduction

This repository contains work on the qualifying assignment for the Compilers course at the University of Copenhagen.

Folders

  • The G-Opgave folder is the working directory Tests go into the DATA folder

  • The Vanilla folder contains the code handed out, without any edits

  • The Report folder contains report in LaTeX.

Language

The programming language used is Moscow ML.

Git Branching

Workflow

Create new branch: git checkout -b

Normal add, commit workflow:

Finishing off with the branch:

git push origin

git checkout master

git branch -D