You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
이 리포는 template repository로, 직접 clone해 사용하는 용도가 아닙니다. README에 나온 대로 팀원 중 1명이 템플릿을 이용해 private 팀 리포지토리를 생성한 뒤, 팀원들을 invite해주세요. 이후 다른 팀원들은 해당 리포를 fork해서 개발하시면 됩니다.
팀 리포지토리 이름은 swpp202401-compiler-teamN 으로 지어주세요
팀 리포지토리를 생성한 뒤에는 반드시 조교 3명을 collaborator로 초대해주세요. 조교의 GitHub username은 본 리포지토리 README에 적혀 있습니다.
This is the skeleton code to be used throughout the project.
It is a template repository: you're not supposed to directly clone it. Instead, as stated on the README, one of your the members should create a private team repository using this template, and invite all your teammates. Then the other team members will fork the team repository and start working on the project.
Your team repository name should be swpp202401-compiler-teamN
Please invite all 3 TAs as collaborator to the team repo. You can find TAs' GitHub username on the README of the class repo.
You may use this Docker Image for CI and/or uniform development environment.
It is based on Ubuntu 22.04 image, and runs on x86-64 architecture.
LLVM is installed in /opt/llvm-18.1.0, and Z3 (for Alive2) is installed in /opt/z3-4.13.0. Other dependencies should have been installed as well.
In Container-based virtualization the default user is root. All commands are implicitly 'sudo', and note that explicitly using sudo will result in error.
팀 프로젝트 진행을 위해 필요한 리포지토리와 파일을 공개합니다!
베이스 컴파일러 리포
인터프리터 리포
벤치마크 (테스트 프로그램) 리포
CI 이미지 리포 (경고: DockerHub로 이동합니다)
/opt/llvm-18.1.0
디렉토리에, Alive2 구동을 위한 Z3은/opt/z3-4.13.0
디렉토리에 설치돼 있습니다. 그 외에 필요한 의존 요소들도 대부분 설치되어 있습니다.Alive2 패치 파일
We hereby open the repositories for the team project to the public!
Base Compiler Repo
Interpreter Repo
Benchmarks (Test Programs) Repo
CI Image Repo (Warning: this link will take you to DockerHub)
/opt/llvm-18.1.0
, and Z3 (for Alive2) is installed in/opt/z3-4.13.0
. Other dependencies should have been installed as well.sudo
will result in error.Alive2 patch
The text was updated successfully, but these errors were encountered: