ANTLR

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第1行: 第1行:
 
{{SeeWikipedia}}
 
{{SeeWikipedia}}
  
[[Image:antlr-editor.jpg|right|thumb|Editor]]
 
 
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting.
 
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting.
 +
 +
==简介==
 +
 +
==功能==
 +
 +
==指南==
 +
===mac OS===
 +
$ cd /usr/local/lib
 +
$ sudo curl -O https://www.antlr.org/download/antlr-4.7.1-complete.jar
 +
$ export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH"
 +
$ alias antlr4='java -jar /usr/local/lib/antlr-4.7.1-complete.jar'
 +
$ alias grun='java org.antlr.v4.gui.TestRig'
 +
 +
==语言==
 +
 +
==项目==
 +
 +
==图集==
 +
<gallery>
 +
image:antlr-editor.jpg|Editor
 +
</gallery>
  
 
==链接==
 
==链接==

2018年5月4日 (五) 06:17的版本

Wikipedia-35x35.png 您可以在Wikipedia上了解到此条目的英文信息 ANTLR Thanks, Wikipedia.

ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting.

目录

简介

功能

指南

mac OS

$ cd /usr/local/lib
$ sudo curl -O https://www.antlr.org/download/antlr-4.7.1-complete.jar
$ export CLASSPATH=".:/usr/local/lib/antlr-4.7.1-complete.jar:$CLASSPATH"
$ alias antlr4='java -jar /usr/local/lib/antlr-4.7.1-complete.jar'
$ alias grun='java org.antlr.v4.gui.TestRig'

语言

项目

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱