dmacro 0.0.5

A Programming language written for simplistic project design.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DMacro

DMacro is a scripting language to generate D properties.

GMacro/DMacro

DMacro is a parser based on the GMacro with a corrected structure.

File Tree

DMacro returns a list of properties with arguments, while some languages define properties/variables like this:

m = 1

DMacro defines variables like

m(1)

And that's the only method in DMacro.

Inline statement

You can create multiple definitions in one line by using normal syntax

one_define(hello-world) two_define(goodbye-program)

Strings

Strings are only allowed using the " operator.

Authors:
  • Kai D. Gonzalez
Dependencies:
applogger
Versions:
0.0.5 2022-Apr-08
0.0.4 2022-Apr-08
0.0.3 2022-Apr-08
0.0.2 2022-Apr-08
0.0.1 2022-Apr-08
Show all 6 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 14 downloads total

Score:
0.3
Short URL:
dmacro.dub.pm