Skip to content

Functions

hyojekim edited this page Mar 18, 2022 · 1 revision

허용 함수

readline, rl_on_new_line, rl_replace_line,
rl_redisplay, add_history, printf, malloc, free,
write, open, read, close, fork, wait, waitpid,
wait3, wait4, signal, kill, exit, getcwd, chdir,
stat, lstat, fstat, unlink, execve, dup, dup2,
pipe, opendir, readdir, closedir, strerror, errno,
isatty, ttyname, ttyslot, ioctl, getenv, tcsetattr,
tcgetattr, tgetent, tgetflag, tgetnum, tgetstr,
tgoto, tputs

허용 함수

  • Directory
  • Errors
  • File Descriptor
  • Process
  • Readline
  • Signal
  • Terminal
  • Wait

구조

  • 문법
  • Lexer: 구문 분석 (1) - |, <, >
  • Lexer: 구문 분석 (2) - ", ', $
  • Parser: AST 구조

규칙

  • 코딩 규칙
  • 커밋 규칙
Clone this wiki locally