본문 바로가기

반응형

프로그래밍 언어

프로그래밍 언어 Ruby 관련 링크 Creator : Yukihiro Matsumoto http://en.wikipedia.org/wiki/Yukihiro_Matsumoto His Web Diary http://www.rubyist.net/~matz/ Wikipedia소개 http://en.wikipedia.org/wiki/Ruby_%28programming_language%29 공식 홈페이지(한국어) http://www.ruby-lang.org/ko/ Ruby는 Yukihiro Matsumoto가 순수객체지향개념으로 만든 스크립트언어임. 더보기
가변 레코드 ( variant record ) 주제(Subject) -------------------------------------------------------- 한글(약어) : 가변 레코드 영어(약어) : variant record 관련개념(Related Concepts) -------------------------------------------------------- 형 구축자 합집합 프로그래밍 언어 개요(Summary) -------------------------------------------------------- 형 구축자 합집합(union)에서 레코드 내부가 가변적으로 구성될 수 있음을 의미 본문(Body) -------------------------------------------------------- 가변 레코드가 적.. 더보기
분석 나무와 모호성 ( parse tree and ambiguity ) 분석 나무(parse tree) - 유도의 대치 과정을 나타낸 나무 구조. - 내부 정점(문법 구조명인 비종결자)과 잎(leaf)(단어 혹은 토큰기호인 종결자)로 구성 관련 링크 웹에서 분석나무 그리기 phpSyntaxTree -> http://www.ironcreek.net/phpsyntaxtree/ TreeForm Syntax Tree Drawing Software -> http://www.ece.ubc.ca/~donaldd/treeform.htm Linguistic Tree Constructor-> http://ltc.sourceforge.net/ Wikipedia -> http://en.wikipedia.org/wiki/Parse_tree 모호한 문법(ambiguous grammar) : 동일한 .. 더보기

반응형