pole-lang:一种用于处理文本文件的简单编程语言

时间:2024-05-19 07:32:31
【文件属性】:

文件名称:pole-lang:一种用于处理文本文件的简单编程语言

文件大小:1.81MB

文件格式:ZIP

更新时间:2024-05-19 07:32:31

Java

重要信息:目前不建议将极地语言用于生产。 目前处于开发阶段,仅供实验使用。 一种用Java编写的用于处理文本文件的简单编程语言。 Pole-lang是一种适用于bash的解释语言。 示例(视频): 代码示例: $ pole for i = 0 to 5 '"{i},1,2"' copy test.txt 0,1,2 1,1,2 2,1,2 3,1,2 4,1,2 5,1,2 Data was copied to test.txt $ pole print test.txt 0,1,2 1,1,2 2,1,2 3,1,2 4,1,2 5,1,2 $ pole add head '"1,"' to test.txt $ pole print test.txt 1,0,1,2 1,1,1,2 1,2,1,2 1,3,1,2 1,4,1,2 1,5,1,2 $ pole split tes


【文件预览】:
pole-lang-dev
----.gitignore(272B)
----README.md(1KB)
----pole-lang.iml(503B)
----src()
--------grammar()
--------Main.java(2KB)
----.idea()
--------libraries()
--------pole-lang.iml(412B)
--------workspace.xml(22KB)
--------vcs.xml(167B)
--------misc.xml(175B)
--------modules.xml(270B)
----antlr-4.7-complete.jar(1.95MB)

网友评论