We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
현재는 약속 (음식)을/를 먹기 등과 같이 선언해서, 꿀을 먹기, 토마토를 먹기 등으로 사용할 수 있는데요 약속 (음식)*/을/를 먹기와 같이 공백에 대응되는 토큰을 만들어 밥 먹기 등도 올바르게 해석될 수 있도록 하는건 어떨까요.
약속 (음식)을/를 먹기
꿀을 먹기
토마토를 먹기
약속 (음식)*/을/를 먹기
밥 먹기
The text was updated successfully, but these errors were encountered:
*는 모든 토큰에 대응된다는 느낌이 있네요. 그냥 약속 (음식)/을/를 이런 형태를 만드는 것은 어떨까 싶습니다.
*
약속 (음식)/을/를
Sorry, something went wrong.
그리고 언어 스펙 관련 논의는 약속 irc 채널에서 진행하였으면 합니다.
*은 그냥 예시로 든거였고 어떤 토큰을 쓸 지 아니면 제안해주신대로 토큰을 쓰지 말지 이런건 채널에서 논의하는 걸로 하죠.
No branches or pull requests
현재는
약속 (음식)을/를 먹기
등과 같이 선언해서,꿀을 먹기
,토마토를 먹기
등으로 사용할 수 있는데요약속 (음식)*/을/를 먹기
와 같이 공백에 대응되는 토큰을 만들어밥 먹기
등도 올바르게 해석될 수 있도록 하는건 어떨까요.The text was updated successfully, but these errors were encountered: