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#
- Host: GitHub
- URL: https://github.com/christopheraliprantis/dinolang
- Owner: ChristopherAliprantis
- Created: 2026-03-23T16:37:42.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-04-25T17:19:00.000Z (about 2 months ago)
- Last Synced: 2026-04-25T19:14:17.056Z (about 2 months ago)
- Topics: c-sharp, csharp, dotnet, interpreter, programming-language, programming-languages, windows-language, windows-only
- Language: C#
- Homepage:
- Size: 95.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/