Skip to content

MyrmidonXD/2016s_Compiler_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SnuPL/1 Compiler for SNU Compiler Lecture Project (2016 Spring)

Usage

$ make snuplc
$ ./snuplc YOUR_SNUPL_CODE  
$ gcc -m32 YOUR_SNUPL_CODE.s rte/IA32/ARRAY.s rte/IA32/IO.s -o EXECUTABLE_NAME  
$ ./EXECUTABLE_NAME  

Caution

  • DO NOT USE this code to your project assignment.
  • Use of this code is entirely at your own risk.

  • 이 코드를 컴파일러 프로젝트 과제에 사용하지 마세요.
  • 사용 시의 책임은 사용한 사람에게 있습니다.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published