sun:sun编程语言-一种用于快速原型设计和学习新概念的语言

时间:2024-05-22 16:47:32
【文件属性】:

文件名称:sun:sun编程语言-一种用于快速原型设计和学习新概念的语言

文件大小:585KB

文件格式:ZIP

更新时间:2024-05-22 16:47:32

language programming-language interpreter JavaScript

太阳 Sun是一种用于快速原型设计和学习编程概念的编程语言。 Sun最小且功能集有限,其目的是帮助新手学习编程,而不必花很多功夫和冗余。 该语言大致上是由Sunway大学的Juan博士为我们的编程概念和问题解决课程(PRG 1114)教授的伪代码语言。 编程语言的工作才刚刚开始。 看起来如何 输入输出 Enter x x = x + 1 Print x // 2 如果别的 Enter x If (x % 2 == 0) Then // if even Print "It's even!", x // notice the indentation Else Print "It's odd!", x // notice the indentation EndIf 自动循环 Loop:i=1 to 10 Print i // count from 1 - 10 End


【文件预览】:
sun-master
----.gitignore(717B)
----package.json(887B)
----src()
--------sun.js(17KB)
--------parser.js(407B)
--------operations.js(3KB)
--------nodes.js(3KB)
--------native-functions.js(2KB)
--------utils.js(2KB)
--------sun.sun(2KB)
--------grammar.js(10KB)
----bin()
--------sun(326B)
----gulpfile.js(2KB)
----CONTRIBUTING.md(561B)
----examples()
--------basics.sun(107B)
--------fizzbuzz.sun(270B)
--------linear-search.sun(287B)
--------factorial.sun(112B)
--------repeat-lyrics.sun(171B)
----README.md(1KB)
----docs()
--------.gitignore(434B)
--------_data()
--------LICENSE.md(1KB)
--------_includes()
--------demo.html(3KB)
--------public()
--------run-online()
--------_config.yml(490B)
--------examples()
--------README.md(3KB)
--------index.html(9KB)
--------atom.xml(723B)
--------try()
--------_layouts()
--------404.html(327B)
----test()
--------compiler.js(12KB)
--------parser.js(14KB)
--------operations-nodes.js(131B)
--------native-functions.js(3KB)

网友评论