https://github.com/ldrk11/filesandfolders
Typescript interpreter for FilesAndFolders!
https://github.com/ldrk11/filesandfolders
esolang esolangs folders programming-language
Last synced: about 1 month ago
JSON representation
Typescript interpreter for FilesAndFolders!
- Host: GitHub
- URL: https://github.com/ldrk11/filesandfolders
- Owner: ldrk11
- Created: 2024-11-11T02:00:20.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-11-11T22:27:18.000Z (5 months ago)
- Last Synced: 2025-01-23T01:44:18.258Z (3 months ago)
- Topics: esolang, esolangs, folders, programming-language
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- 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/
```