Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k-boyle/skribble
A simple interpreted language I wrote to learn and pass the time
https://github.com/k-boyle/skribble
Last synced: about 2 months ago
JSON representation
A simple interpreted language I wrote to learn and pass the time
- Host: GitHub
- URL: https://github.com/k-boyle/skribble
- Owner: k-boyle
- License: apache-2.0
- Created: 2020-06-26T09:29:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-06T22:04:10.000Z (over 4 years ago)
- Last Synced: 2024-04-23T02:24:45.940Z (9 months ago)
- Language: C#
- Homepage:
- Size: 159 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Skribble
Skribble is a lightweight interpreted language written in C# with the main goals being to kill the time and to learn more about language development.
I hope to achieve a very syntax light language that's very quick to type out and get a result, with the added ability to seamlessly embed C# to achieve more complex computations.