记录一下使用过程
1.安装
brew install antlr
2.设置环境变量
在.bash_profile中设置
export CLASSPATH=".:/usr/local/Cellar/antlr/4.7.2/antlr-4.7.2-complete.jar:$CLASSPATH"
修改之后文件生效source .bash_profile
记录一下使用过程
1.安装
brew install antlr
2.设置环境变量
在.bash_profile中设置
export CLASSPATH=".:/usr/local/Cellar/antlr/4.7.2/antlr-4.7.2-complete.jar:$CLASSPATH"
修改之后文件生效source .bash_profile