Folders2kt

所属分类:快速开发平台
开发工具:kotlin
文件大小:6994KB
下载次数:0
上传日期:2023-02-06 14:20:26
上 传 者sh-1993
说明:  一个解释器转发器,用Kotlin编写,用于深奥的编程语言Folders,一种没有代码的语言...
(An interpreter/transpiler, written in Kotlin, for the esoteric programming language Folders, a language with no code and just folders)

文件列表:
.gradle (0, 2022-12-23)
.gradle\7.1 (0, 2022-12-23)
.gradle\7.1\dependencies-accessors (0, 2022-12-23)
.gradle\7.1\dependencies-accessors\dependencies-accessors.lock (17, 2022-12-23)
.gradle\7.1\dependencies-accessors\gc.properties (0, 2022-12-23)
.gradle\7.1\executionHistory (0, 2022-12-23)
.gradle\7.1\executionHistory\executionHistory.bin (452473, 2022-12-23)
.gradle\7.1\executionHistory\executionHistory.lock (17, 2022-12-23)
.gradle\7.1\fileChanges (0, 2022-12-23)
.gradle\7.1\fileChanges\last-build.bin (1, 2022-12-23)
.gradle\7.1\fileHashes (0, 2022-12-23)
.gradle\7.1\fileHashes\fileHashes.bin (31097, 2022-12-23)
.gradle\7.1\fileHashes\fileHashes.lock (17, 2022-12-23)
.gradle\7.1\gc.properties (0, 2022-12-23)
.gradle\buildOutputCleanup (0, 2022-12-23)
.gradle\buildOutputCleanup\buildOutputCleanup.lock (17, 2022-12-23)
.gradle\buildOutputCleanup\cache.properties (49, 2022-12-23)
.gradle\buildOutputCleanup\outputFiles.bin (24581, 2022-12-23)
.gradle\checksums (0, 2022-12-23)
.gradle\checksums\checksums.lock (17, 2022-12-23)
.gradle\checksums\md5-checksums.bin (31147, 2022-12-23)
.gradle\checksums\sha1-checksums.bin (97169, 2022-12-23)
.gradle\vcs-1 (0, 2022-12-23)
.gradle\vcs-1\gc.properties (0, 2022-12-23)
LICENSE (11357, 2022-12-23)
build.gradle.kts (1649, 2022-12-23)
docs (0, 2022-12-23)
docs\execute.png (47997, 2022-12-23)
docs\helloworld.png (714196, 2022-12-23)
docs\source.png (86423, 2022-12-23)
gradlew (8070, 2022-12-23)
gradlew.bat (2674, 2022-12-23)
sample_programs (0, 2022-12-23)
sample_programs\.keep (0, 2022-12-23)
sample_programs\99Bottles (0, 2022-12-23)
... ...

Folders2kt “

An Interpreter/Transpiler of the Folders esoteric programming language, a language with no code and just folders, written in Kotlin [![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev) [![jCenter](https://img.shields.io/badge/Apache-2.0-green.svg )](https://github.com/Foso/Folders2kt/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) Tweet ### Show some :heart: and star the repo to support the project [![GitHub stars](https://img.shields.io/github/stars/Foso/Folders2kt.svg?style=social&label=Star)](https://github.com/Foso/Folders2kt) [![GitHub forks](https://img.shields.io/github/forks/Foso/Folders2kt.svg?style=social&label=Fork)](https://github.com/Foso/Folders2kt/fork) [![GitHub watchers](https://img.shields.io/github/watchers/Foso/Folders2kt.svg?style=social&label=Watch)](https://github.com/Foso/Folders2kt) [![Twitter Follow](https://img.shields.io/twitter/follow/jklingenberg_.svg?style=social)](https://twitter.com/jklingenberg_) ## Introduction "Folders is a language where the program is encoded into a directory structure. All files within are ignored, as are the names of the folders. Commands and expressions are encoded by the pattern of folders within folders. " Folders was created by Daniel Temkin https://danieltemkin.com/Esolangs/Folders/. If you want to learn more about the language, check https://www.youtube.com/watch?v=Igh-vBI2LXc This is what a "Hello World"-program looks like:

Folders2kt can execute this programs on the JVM or print you Kotlin source code for it. ### Run it To execute a Folders program you need to add the directory path of the program with the "-d" parameter java -jar Folders2kt-1.0-SNAPSHOT-all.jar -d /Users/jklingenberg/Code/2021/Folders2kt/sample_programs/99Bottles

### Print Source To execute a Folders program you need a the directory path of the program with the "-d" parameter and the "-source" parameter java -jar Folders2kt-1.0-SNAPSHOT-all.jar -d /Users/jklingenberg/Code/2021/Folders2kt/sample_programs/99Bottles -source

# Architecture ## Built With ### Kotlin [![jCenter](https://img.shields.io/badge/Kotlin-1.6.21-green.svg )]() ### Project Structure * src/main - Source code of the interpreter * sample_programs - Example programs i got from https://github.com/SinaKhalili/Folders.py ## Feedback Feel free to send feedback on [Twitter](https://twitter.com/jklingenberg_) or [file an issue](https://github.com/foso/Folders2kt/issues/new). Feature requests are always welcome. ## “ License This project is licensed under the Apache License, Version 2.0 - see the [LICENSE.md](https://github.com/Foso/Folders2kt/blob/master/LICENSE) file for details ### Find this project useful ? :heart: * Support it by clicking the :star: button on the upper right of this page. :v: License ------- Copyright 2021 Jens Klingenberg Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

近期下载者

相关文件


收藏者