Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

조교님 parser질문 #215

Open
EthanHistory opened this issue Dec 19, 2015 · 2 comments
Open

조교님 parser질문 #215

EthanHistory opened this issue Dec 19, 2015 · 2 comments

Comments

@EthanHistory
Copy link

조교님 파서가 항상 =를 -로 인식하던데 어떻게 된건가요??
예를들어 셀프그래이더에서
(with-handlers (((lambda (x) (= x 5)) (lambda (x) (* x 2)))) (cons (+ 1 3) (- 2 (raise 5)))) 가
(with-handlers (((lambda (x) (- x 5)) (lambda (x) (* x 2)))) (cons (+ 1 3) (- 2 (raise 5)))) 로 인식됩니다.

@eodmsabc
Copy link

String 으로 바꿔 출력하는 과정에서 오타가 있을 뿐이고 실제 파서는 문제 없이 실행됩니다.
#212 번 글 참고하시면 좋을 듯 합니다.

@EthanHistory
Copy link
Author

아! 감사합니다

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants