aurora

所属分类:数据库系统
开发工具:kotlin
文件大小:0KB
下载次数:0
上传日期:2023-06-15 23:03:35
上 传 者sh-1993
说明:  Aurora编程语言,
(The Aurora Programming Language,)

文件列表:
.idea/ (0, 2023-06-15)
.idea/artifacts/ (0, 2023-06-15)
.idea/artifacts/aurora_jar.xml (1109, 2023-06-15)
.idea/inspectionProfiles/ (0, 2023-06-15)
.idea/inspectionProfiles/Project_Default.xml (276, 2023-06-15)
.idea/kotlinc.xml (340, 2023-06-15)
.idea/libraries/ (0, 2023-06-15)
.idea/libraries/KotlinJavaRuntime.xml (2113, 2023-06-15)
.idea/libraries/ow2_asm.xml (352, 2023-06-15)
.idea/misc.xml (279, 2023-06-15)
.idea/modules.xml (252, 2023-06-15)
.idea/vcs.xml (180, 2023-06-15)
aurora.iml (843, 2023-06-15)
auroradataformat.txt (22, 2023-06-15)
lib/ (0, 2023-06-15)
lib/asm-9.5-javadoc.jar (218344, 2023-06-15)
lib/asm-9.5.jar (121863, 2023-06-15)
src/ (0, 2023-06-15)
src/main/ (0, 2023-06-15)
src/main/kotlin/ (0, 2023-06-15)
src/main/kotlin/AST.kt (6196, 2023-06-15)
src/main/kotlin/AuroraCallable.kt (1676, 2023-06-15)
src/main/kotlin/Error.kt (1058, 2023-06-15)
src/main/kotlin/LambdaCompiler.kt (20309, 2023-06-15)
src/main/kotlin/Lexer.kt (11544, 2023-06-15)
src/main/kotlin/Library.kt (13007, 2023-06-15)
src/main/kotlin/LibraryLoader.kt (188, 2023-06-15)
src/main/kotlin/Main.kt (1746, 2023-06-15)
src/main/kotlin/Parser.kt (21216, 2023-06-15)
src/main/resources/ (0, 2023-06-15)
src/main/resources/META-INF/ (0, 2023-06-15)
src/main/resources/META-INF/MANIFEST.MF (45, 2023-06-15)

The Aurora Programming Language


A programming language for general scripting and automation. ## An automation tool for the modern age. Automate tasks and parse text with ease. The Aurora Standard Library provides you with all you need to get started. ``` fn parse_phone number pattern = "({}) {}-{}" parsed = match(number, pattern) return [ parsed:0, parsed:1, parsed:2 ] end ```
## Safety in mind. Aurora is completely memory-safe through it's automatic memory management. Aurora also has no concept of "null" - all functions must return a value, and non-returning functions can be marked as subroutines. Subroutines can only be called where their result is not used. ``` sub do_stuff 10.times do i print i end end do_stuff ``` ## Getting started Download the latest .JAR artifact, or download and build yourself. Aurora uses the Intellij build system.

近期下载者

相关文件


收藏者