Skip to content

highjcho/MINI-SHELL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MINI-SHELL

Making shell in 42cursus( 05 / 10 / 2022 ~)

made by hyunjcho && jonkim

History

5/13

  • 사용가능 함수 정리 , 기본 이론 공부

5/17

  • 토큰 생성 기초, pwd, Makefile 수정

5/19

  • 빌트인 unset export env exit구현
  • AST 구현

6/3

  • AST 병합, 실행환경 구축, 리다이렉션 처리
  • 다중 파이프 구현 , 빌트인 인자 예외 수정

Rule

Commit Rules

[type] : #(issue) title body

commit type

  • [FEAT] : 새로운 기능의 추가
  • [FIX] : 버그 수정
  • [DOCS] : 문서 수정
  • [STYLE] : 코드의 수정 없이 형식만 변화 (ex) norminette 수정
  • [REFACTOR] : 코드 리팩토링
  • [TEST] : 테스트 코드 작성

About

C로 구현하는 작은 Shell 프로그램 만들기

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors