In computer science, parsing reveals the grammatical structure of linear input text, as a first step in working out its meaning. Bottom-up parsing identifies and processes the text's lowest-level small details first, before its mid-level structures, and leaving the highest-level overall structure to last.
전체문장이고 내가이해안가는건
In computer science, parsing reveals the grammatical structure of linear input text, as a first step in working out its meaning
이부분
컴퓨터과학에서 grammatical structure of input text 를 parsing reveals 하는건 마치 first step in working out its meaning 과같다. 이렇게 해석하는데 이해가 잘안되 도와줘
파싱은 텍스트로 받은 데이터를 전송한 측에서 의미하던 구조를 보여줌
parsing이 주어야
"{}" 이거 파싱하면 {}되고 비어있는 객체로 해석하고 이런거
as 는 ~로써? ~에서? 정도로 해석하면 되지 않을가 싶음
parsing thx