* DM (Dream Maker) language.
 * Sample DM file.

The DM language is used in an engine known as BYOND which allows users to easily create their own games in a language that is designed to be accessible for newcomers. I do not know how much a language has to be used on the site to be considered but searching for "BYOND" does show a lot of people using the language. I am also still learning git so if I have missed something then please let me know.
This commit is contained in:
Giacomand
2013-03-25 09:49:00 +00:00
parent 009bff6cc2
commit 7efad57176
2 changed files with 87 additions and 0 deletions

View File

@@ -343,6 +343,14 @@ DCPU-16 ASM:
Diff:
primary_extension: .diff
DM:
type: programming
color: "#075ff1"
primary_extension: .dm
aliases:
- byond
Dylan:
type: programming