https://github.com/dainfloop/custom-language-v2
v2 of a basic programming language I made a while ago
https://github.com/dainfloop/custom-language-v2
Last synced: about 1 year ago
JSON representation
v2 of a basic programming language I made a while ago
- Host: GitHub
- URL: https://github.com/dainfloop/custom-language-v2
- Owner: DaInfLoop
- Created: 2023-01-22T13:01:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T19:12:29.000Z (about 3 years ago)
- Last Synced: 2025-03-24T16:57:09.525Z (about 1 year ago)
- Language: JavaScript
- Size: 25.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom-Language-v2
v2 of a basic programming language I made a while ago
How to use:
1) Install Node.js and npm on your machine.
2) Run this in the terminal:
```sh
$ npm install -g git:DaInfLoop/Custom-Language-v2
```
Voila! You can use the language via `cu-lang` in the terminal.