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

Zerobase Indexing, Equality Operator with Double Equal SIgn, Variable Assigning with Single Equal Sign #80

Merged
merged 14 commits into from
Mar 15, 2025

Conversation

rycont
Copy link
Owner

@rycont rycont commented Mar 15, 2025

변경사항은 다음과 같습니다:

배열은 0번 인덱스부터 시작함

이름 = ["홍길동", "을지문덕"]
이름[0] 보여주기 # 홍길동

=로 대입, ==로 동등비교

나이 = 10
만약 나이 == 10 이면
    "축하해!" 보여주기

rycont and others added 14 commits March 15, 2025 01:05
- 배열 인덱스를 1부터가 아닌 0부터 시작하도록 수정
- ListValue 생성자에서 index 매핑 변경
- 인덱스 유효성 검증 조건 변경 (>=1 -> >=0)
- 에러 메시지 업데이트

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- EqualOperator의 toPrint() 결과를 '=' 에서 '==' 로 변경
- 연산자 패턴 매칭을 '=' 에서 '==' 로 변경
- 연산자 이름 수정 (같다(=) -> 같다(==))

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
- 변수 대입 토큰 타입을 COLON에서 EQUAL_ASSIGNMENT로 변경
- 토큰 값을 ':' 에서 '='로 변경
- 구문 분석 규칙 패턴 변경 (':' -> '=')

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link

cloudflare-workers-and-pages bot commented Mar 15, 2025

Deploying dalbit-yaksok with  Cloudflare Pages  Cloudflare Pages

Latest commit: b967a7a
Status: ✅  Deploy successful!
Preview URL: https://20b7b0ef.yaksok-ts.pages.dev
Branch Preview URL: https://feature-syntax-change.yaksok-ts.pages.dev

View logs

@rycont rycont merged commit d6caa5f into main Mar 15, 2025
3 checks passed
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

Successfully merging this pull request may close these issues.

1 participant