Giter VIP home page Giter VIP logo

cloud-ladder's Introduction

BIThesis Icon

☁ Cloud Ladder 程序设计语言

一种让人工智能、大数据更容易上手的编程语言。

内容

点击以展开

项目结构

.
├── readme.md               # 你所看到的文件
├── LICENSE                 # GPL3 许可证
├── .github/workflows/      # Github Action
├── scripts/                # 你所看到的文件
├── src/                    # 项目源代码
└── ...

依赖

  • JDK 1.8

运行

IDEA

# 直接执行这个类的 main 函数
src/test/java/ImageApiTester.java

编译与测试

Windows

如果你安装了最新版 gradle,也可以用 gradle 代替以下命令。

构建项目:

./gradlew.bat build

测试项目:

./gradlew.bat test
./gradlew.bat testASTListener

*nix & MAC OS

如果你安装了最新版 gradle,也可以用 gradle 代替以下命令。

构建项目:

./gradlew build

测试项目:

./gradlew test
./gradlew testASTListener

相关文档

贡献者

本项目的存在离不开以下所有贡献者的辛勤贡献:

许可证

基于 The GNU General Public License v3.0 发布。

cloud-ladder's People

Contributors

abysshedgehog avatar fky2015 avatar jiweixing avatar sinofp avatar wormtql avatar wuzirui avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cloud-ladder's Issues

ASTParser 报错

java.lang.NullPointerException
	at Literal.<init>(ASTParser.java:418)
	at ASTParser.visitIntegerLiteral(ASTParser.java:466)

改进ast的identifier,区分变量引用和函数调用

在做符号表时没法区分 引用变量的Identifier 和 CallExpression里的Identifier ,这样检查函数是否定义的时候必定会调用一遍检查变量是否定义的函数。如果出现未定义函数foo会报错 foo函数未定义、foo变量未定义

不应该强制在for循环创建新变量

for语句的类型可选不是bug,我这么写是让for可以用外部变量迭代,这样在中途break后,我们还可以用break掉循环的值做别的事。我认为这是有用的,所以不应该强制在for循环创建新变量

Originally posted by @sinofp in #7

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.