Mango

所属分类:编程语言基础
开发工具:ANTLR
文件大小:0KB
下载次数:0
上传日期:2023-10-27 21:43:47
上 传 者sh-1993
说明:  芒果编程语言库。,
(The mango programming language repository.,)

文件列表:
CONTRIBUTING.md (5713, 2023-11-11)
LICENSE (1061, 2023-11-11)
src/ (0, 2023-11-11)
src/Compiler.java (2061, 2023-11-11)
src/Error.java (363, 2023-11-11)
src/ErrorListener.java (456, 2023-11-11)
src/Location.java (345, 2023-11-11)
src/Mango.g4 (4540, 2023-11-11)
src/MangoLexer.java (35186, 2023-11-11)
src/MangoParser.java (119277, 2023-11-11)
src/SyntaxError.java (138, 2023-11-11)

![Static Badge](https://img.shields.io/badge/License-MIT-blue?style=flat-square) The official repository for the Mango programming Language. ## Installation Download the repository and then the needed `.jar` files from the following links. [antlr-4.13.1-complete.jar](https://www.antlr.org/download/antlr-4.13.1-complete.jar) [picocli-4.7.5.jar](https://github.com/remkop/picocli/releases/download/v4.7.5/picocli-4.7.5.jar) ## Run Locally If you are on windows you can use the following ``batch`` script to run the compiler. ``` bat @echo off java -cp "bin/;lib/*"; Compiler %* ``` Otherwise just use the Java command. ``` bash java -cp "bin/;lib/*"; Compiler %* ``` ## Flags | Flag | Description | | :-----------| :-------------------------------------------| | `--gui` | Opens a window with a GUI of the parse tree.| ## Contributing Contributions are always welcome! See `contributing.md` for ways to get started.

近期下载者

相关文件


收藏者