Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 748 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 748 Bytes

compiler

  1. site refer : http://nlp.kookmin.ac.kr/sskang/lect/compiler/lexyacc/Lex_Yacc.htm

use variable.l variable.y 이건 사용자가 만든 파일이고, 나머지 파일들은 실행시켜 나온 파일들이에요 lexar는 앞으로 딱히 고칠게 없는 것 같으나 variable에서 + - * / unary operation을 구현했어요

앞으로 할 거 여기다가 commit을 하죠 :) yacc 깔려면 sudo apt install bison lexar 깔려면 sudo apt install flex https://cscie95.dce.harvard.edu/fall2020/slides/Using%20Yacc.pdf

https://epaperpress.com/lexandyacc/download/LexAndYacc.pdf

https://github.com/newdm2000/compiler-1

http://web.donga.ac.kr/jwjo/Lectures/Compiler_Notes/5.1.YACC%EC%98%88%EC%A0%9C(%EA%B3%84%EC%82%B0%EA%B8%B0).pdf