antlr
개발용 툴 만들때 사용하면 좋을 듯한 parser generator
What is ANTLR?
ANTLR (ANother Tool for Language Recognition) is a powerful parser generator for reading, processing, executing, or translating structured text or binary files. It's widely used to build languages, tools, and frameworks. From a grammar, ANTLR generates a parser that can build and walk parse trees.
'Programming > Framework' 카테고리의 다른 글
Akka (0) | 2014.02.18 |
---|---|
antlr (0) | 2013.04.26 |
Transaction 설정 샘플 (0) | 2012.10.17 |
Anyframe 의 JDBC 실행관련 설정 (0) | 2012.10.17 |