Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.