Really a Markup Language (RML)

Hey JGO,

I’ve been working on this xml-ish scripting language and interpreter library thing.

GitHub Link Here

Purpose:
RML is a language that kinda looks like XML and it doesn’t have any immediate purpose for the general programmer but I don’t care because this project was really just for fun.

A simple script:

Features:

  • functions
  • doubles, booleans, and strings
  • conditional statements
  • printing to the console
  • lists

To be Added:

  • parameters for functions
  • loops

FAQ:

  1. Is this project Gluten free?
    A: no
  2. Can I has recursive functions?
    A: yes
  3. Can i create my own tags and commands with this library?
    A: yes
  4. Download?
    A. no, I’ll release a download when I get around to it.