https://github.com/elliotchance/toy
🧸 A toy language
https://github.com/elliotchance/toy
Last synced: 4 months ago
JSON representation
🧸 A toy language
- Host: GitHub
- URL: https://github.com/elliotchance/toy
- Owner: elliotchance
- License: mit
- Created: 2022-12-07T04:23:44.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T16:56:47.000Z (over 2 years ago)
- Last Synced: 2025-02-09T17:18:07.751Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🧸 A toy language
Run examples with:
```
$ node toy.js examples/helloworld.toy
Hello, World!
```