Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 564 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 564 Bytes

compilers-supplementary

A supplementary repository for the course on compilers.

How to submit tasks:

  • fork the repo
  • implement the corresponding task
  • open pull-request with title [<your_university>] <A#> <Your_Name> <Your_Surname> to this repo to the branch with the corresponding task where
    • <your_university> ::= SPBGU | NUP | CUB
    • <A#> --- assignment number (the first three symbols of the corresponding branch name)
  • NB: your pr has to contain changes to files *.lama files from folder src
  • NB: be sure that all checks have passed