Skip to content

lewisacid2021/PASCAL-S-compiler

Repository files navigation

PASCAL-S to C Compiler

一键配置

安装依赖

sudo apt-get update && sudo apt-get -y install gcc g++ gdb flex bison cmake git openssh-server

配置git

git config --global user.name "Your name" 
git config --global user.email "Your email"

配置ssh key (直连可跳)

ssh-keygen -t rsa

一路回车确定

alt text

cat ~/.ssh/id_rsa.pub

复制显示内容

alt text

进入Settings

alt text

进入SSH and GPG keys

alt text

Add new SSH key

alt text

clone仓库

git clone git@github.com:lewisacid2021/PASCAL-S-compiler.git
# 直连执行 git clone https://github.com/lewisacid2021/PASCAL-S-compiler.git

进行初始化

cd PASCAL-S-compiler
chmod +x init.sh
./init.sh

About

PASCAL-S to C Compiler Code Generation Part

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published