diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..433f7d5 --- /dev/null +++ b/readme.md @@ -0,0 +1,7 @@ +### What is Dragon? + +Dragon is a coding langauge entirely interpreted in Brainfuck. It is designed with simplicity in mind. + +### Inspiration + +Dragon is heavily inspired by Ground. Like Ground, it has simple syntax, and is relatively easy to learn. However, unlike Ground, no one ever will have a reason to use this \ No newline at end of file diff --git a/syntax.md b/syntax.md new file mode 100644 index 0000000..415a9b1 --- /dev/null +++ b/syntax.md @@ -0,0 +1,7 @@ +### Note: All programs must end with a null terminator. + +### s + +Creates a string. Cannot create strings with a newline in them, but they can include null terminators (but why?). + +Example usage (create string "Dingus"): `sDingus` \ No newline at end of file