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

https://github.com/christopheraliprantis/dinolang

an interpreted language made in C#
https://github.com/christopheraliprantis/dinolang

c-sharp csharp dotnet interpreter programming-language programming-languages windows-language windows-only

Last synced: about 2 months ago
JSON representation

an interpreted language made in C#

Awesome Lists containing this project

README

          

Dino is an interpreted, dynamically typed langauge with 'weird' syntax.

File Extension: ".dno"

NOTE: this project is not affiliated at all with https://github.com/dino-lang/dino.

When building the code yourself use make.ps1 in root and when publishing use publish.ps1 in root.

Wiki: https://github.com/ChristopherAliprantis/dinolang/wiki/