Skip to content

Commit

Permalink
내장 함수 이름 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
suhdonghwi committed Sep 22, 2020
1 parent a643b76 commit 790fa54
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Nuri/Parse/Stmt.hs
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ parseInput input fileName = do
defaultState :: PartTable
defaultState =
fromList
[ ("문자 출력하다", VerbDecl),
("문자열화하다", VerbDecl),
("입력받다", VerbDecl),
("정수화하다", VerbDecl),
("실수화하다", VerbDecl),
("난수 가져오다", VerbDecl)
[ ("문자로 보여주다", VerbDecl),
("문자열로 바꾸다", VerbDecl),
("정수로 바꾸다", VerbDecl),
("실수로 바꾸다", VerbDecl),
("난수를 가져오다", VerbDecl),
("입력받다", VerbDecl)
]

0 comments on commit 790fa54

Please sign in to comment.