Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ldrk11/filesandfolders
Typescript interpreter for FilesAndFolders!
https://github.com/ldrk11/filesandfolders
esolang esolangs folders programming-language
Last synced: 2 months ago
JSON representation
Typescript interpreter for FilesAndFolders!
- Host: GitHub
- URL: https://github.com/ldrk11/filesandfolders
- Owner: ldrk11
- Created: 2024-11-11T02:00:20.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T08:24:17.000Z (2 months ago)
- Last Synced: 2024-11-11T09:26:30.063Z (2 months ago)
- Topics: esolang, esolangs, folders, programming-language
- Language: TypeScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FilesAndFolders! TypeScript interpreter
FilesAndFolders! is an esolang made by me and this is an interpreter for it!
You can find the [esolangs.org](https://esolangs.org) page [here.](https://esolangs.org/wiki/FilesAndFolders!)To learn how to use the language go here [FilesAndFolders!.md](FilesAndFolders!.md).
Install Modules:
```
npm install
```
Compile typescript:
```
tsc
```
Once you've compiled the typescript you can run a folder like this:
```
node . C:/MySuperCoolProgram/
```